diff --git a/.goreleaser.yml b/.goreleaser.yml index 366d5e9..f70e57d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -20,7 +20,7 @@ gomod: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" nfpms: - package_name: 'clip' homepage: 'https://github.com/tjhop/clip'