Skip to content

Commit 4787aa6

Browse files
committed
Alter deprecated snapshot.name_template to snapshot.version_template within goreleaser config.
1 parent 063bdf1 commit 4787aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ archives:
6464
checksum:
6565
name_template: 'checksums.txt'
6666
snapshot:
67-
name_template: "{{ .Tag }}-next"
67+
version_template: "{{ .Tag }}-next"
6868
signs:
6969
- artifacts: checksum
7070
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]

0 commit comments

Comments
 (0)