We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d71b49 commit 20979b6Copy full SHA for 20979b6
.goreleaser.yml
@@ -96,15 +96,15 @@ signs:
96
artifacts: checksum
97
98
archives:
99
- - format: binary
+ - formats: [binary]
100
name_template: "{{ .Binary }}"
101
allow_different_binary_count: true
102
103
checksum:
104
name_template: "{{ .ProjectName }}_checksums.txt"
105
106
snapshot:
107
- name_template: SNAPSHOT-{{ .ShortCommit }}
+ version_template: SNAPSHOT-{{ .ShortCommit }}
108
109
release:
110
prerelease: allow # remove this when we start publishing non-prerelease or set to auto
0 commit comments