Skip to content

Commit af236b6

Browse files
authored
Fix goreleaser deprecated attribute name (#964)
https://goreleaser.com/deprecations/#snapshotname_template
1 parent b730b2b commit af236b6

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
@@ -113,7 +113,7 @@ dockers:
113113
checksum:
114114
name_template: 'sha256sums.txt'
115115
snapshot:
116-
name_template: "{{ incpatch .Version }}-next"
116+
version_template: "{{ incpatch .Version }}-next"
117117
release:
118118
github:
119119
owner: pelletier

0 commit comments

Comments
 (0)