diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 84e018b..b1a8e78 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + before: hooks: - go mod tidy @@ -30,7 +32,7 @@ archives: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" nfpms: # note that this is an array of nfpm configs