Skip to content

Commit 0d4b027

Browse files
committed
update goreleaser config file
1 parent 2dabcd3 commit 0d4b027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This is an example .goreleaser.yml file with some sensible defaults.
1+
version: 2
22
# Make sure to check the documentation at https://goreleaser.com
33
before:
44
hooks:
@@ -35,7 +35,7 @@ archives:
3535
checksum:
3636
name_template: 'checksums.txt'
3737
snapshot:
38-
name_template: "{{ incpatch .Version }}-next"
38+
version_template: "{{ incpatch .Version }}-next"
3939
changelog:
4040
sort: asc
4141
filters:

0 commit comments

Comments
 (0)