Skip to content

Commit d1585ec

Browse files
committed
fix: correct version_template key in GoReleaser configuration
1 parent 6f89129 commit d1585ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# GoReleaser v2 configuration
2+
version: 2
3+
14
project_name: nodepulse
25

36
before:
@@ -37,7 +40,7 @@ checksum:
3740
name_template: 'checksums.txt'
3841

3942
snapshot:
40-
name_template: "{{ incpatch .Version }}-next"
43+
version_template: "{{ incpatch .Version }}-next"
4144

4245
changelog:
4346
sort: asc

0 commit comments

Comments
 (0)