diff --git a/.goreleaser.yml b/.goreleaser.yml index 8b4589395..9d4453fb7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ -# https://goreleaser.com +# Version 2 of GoReleaser: https://goreleaser.com/errors/version/ +version: 2 project_name: gotosocial version: 2 @@ -388,8 +389,6 @@ checksum: # https://goreleaser.com/customization/snapshots/ snapshot: version_template: "{{ incpatch .Version }}-SNAPSHOT" - -# https://goreleaser.com/customization/source/ source: enabled: true name_template: "{{ .ProjectName }}-{{ .Version }}-source-code"