Skip to content

Commit 01726fd

Browse files
committed
fix: Deprecation in goreleaser config
1 parent 9288125 commit 01726fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.goreleaser.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ builds:
3939
checksum:
4040
name_template: "checksums.txt"
4141
snapshot:
42-
name_template: "{{ "{{ incpatch .Version }}-next" }}"
42+
version_template: "{{ "{{ incpatch .Version }}-next" }}"
4343
changelog:
4444
use: git
4545
release:

0 commit comments

Comments
 (0)