Skip to content

Commit bac4ece

Browse files
committed
Goreleaser v2
1 parent aa1e990 commit bac4ece

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

goreleaser.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
# This is an example goreleaser.yaml file with some sane defaults.
2-
# Make sure to check the documentation at http://goreleaser.com
3-
#before:
4-
# hooks:
5-
# you may remove this if you don't use vgo
6-
# - go mod download
7-
# you may remove this if you don't need go generate
8-
#- go generate ./...
1+
version: 2
92
before:
103
hooks:
114
# You may remove this if you don't use go modules.
@@ -37,7 +30,7 @@ archives:
3730
checksum:
3831
name_template: 'checksums.txt'
3932
snapshot:
40-
name_template: "{{ .Tag }}-next"
33+
version_template: "{{ .Tag }}-next"
4134
changelog:
4235
sort: asc
4336
filters:

0 commit comments

Comments
 (0)