Skip to content

Commit 20979b6

Browse files
Update GoReleaser configurations (#2511)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 8d71b49 commit 20979b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ signs:
9696
artifacts: checksum
9797

9898
archives:
99-
- format: binary
99+
- formats: [binary]
100100
name_template: "{{ .Binary }}"
101101
allow_different_binary_count: true
102102

103103
checksum:
104104
name_template: "{{ .ProjectName }}_checksums.txt"
105105

106106
snapshot:
107-
name_template: SNAPSHOT-{{ .ShortCommit }}
107+
version_template: SNAPSHOT-{{ .ShortCommit }}
108108

109109
release:
110110
prerelease: allow # remove this when we start publishing non-prerelease or set to auto

0 commit comments

Comments
 (0)