Skip to content

Commit 2426672

Browse files
committed
Use snapshot.version_template instead of snapshot.name_template
... because it was deprecated
1 parent f0348d8 commit 2426672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ archives:
1717
checksum:
1818
name_template: 'checksums.txt'
1919
snapshot:
20-
name_template: "{{ incpatch .Version }}-next"
20+
version_template: "{{ incpatch .Version }}-next"
2121
changelog:
2222
sort: asc
2323
filters:

0 commit comments

Comments
 (0)