Skip to content

Commit d68e707

Browse files
committed
chore: rename name_template to version_template in goreleaser
Signed-off-by: Gaius <gaius.qi@gmail.com>
1 parent 517aed7 commit d68e707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
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
changelog:
147147
sort: asc

0 commit comments

Comments
 (0)