Skip to content

Commit 933bf7b

Browse files
committed
Update goreleaser config
1 parent 7c7d39c commit 933bf7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
# Make sure to check the documentation at https://goreleaser.com/
3+
version: 2
34
before:
45
hooks:
56
- go mod download
@@ -45,7 +46,7 @@ archives:
4546
checksum:
4647
name_template: 'checksums.txt'
4748
snapshot:
48-
name_template: "{{ .Tag }}-next"
49+
version_template: "{{ .Tag }}-next"
4950
changelog:
5051
sort: asc
5152
filters:

0 commit comments

Comments
 (0)