Skip to content

Commit 1544d95

Browse files
committed
Fix goreleaser deprecation notice
Goreleaser complains that `snapshot.name_template` is deprecated and we should use `version_template` now by: https://goreleaser.com/deprecations#snapshotnametemplate Signed-off-by: Sascha Grunert <[email protected]>
1 parent b723b17 commit 1544d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ checksum:
141141
name_template: 'checksums.txt'
142142

143143
snapshot:
144-
name_template: "{{ .Tag }}-next"
144+
version_template: "{{ .Tag }}-next"
145145

146146
release:
147147
github:

0 commit comments

Comments
 (0)