diff --git a/.goreleaser.yml b/.goreleaser.yml index f78000cf9..5f55cc4f3 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ -# Make sure to check the documentation at http://goreleaser.com +version: 2 + before: hooks: - go mod tidy @@ -65,7 +66,7 @@ checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Tag }}-next" + version_template: "{{ .Tag }}-next" changelog: sort: asc