Skip to content

Commit 5860d44

Browse files
fix/update .goreleaser.yaml file (#207)
1 parent a3d9361 commit 5860d44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# goreleaser documentation at https://goreleaser.com
2+
version: 2
23
before:
34
hooks:
45
# You may remove this if you don't use go modules.
@@ -30,7 +31,7 @@ archives:
3031
checksum:
3132
name_template: 'checksums.txt'
3233
snapshot:
33-
name_template: "{{ incpatch .Version }}-next"
34+
version_template: "{{ incpatch .Version }}-next"
3435
release:
3536
draft: true
3637
name_template: "Release-v{{.Version}}"

0 commit comments

Comments
 (0)