We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1e990 commit bac4eceCopy full SHA for bac4ece
goreleaser.yml
@@ -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 ./...
+version: 2
9
before:
10
hooks:
11
# You may remove this if you don't use go modules.
@@ -37,7 +30,7 @@ archives:
37
30
checksum:
38
31
name_template: 'checksums.txt'
39
32
snapshot:
40
- name_template: "{{ .Tag }}-next"
33
+ version_template: "{{ .Tag }}-next"
41
34
changelog:
42
35
sort: asc
43
36
filters:
0 commit comments