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 78e927d commit 45731a3Copy full SHA for 45731a3
.goreleaser.yml
@@ -1,6 +1,7 @@
1
# This is an example goreleaser.yaml file with some sane defaults.
2
# Make sure to check the documentation at http://goreleaser.com
3
---
4
+version: 2
5
archives:
6
- id: revive
7
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
@@ -27,5 +28,5 @@ changelog:
27
28
checksum:
29
name_template: checksums.txt
30
snapshot:
- name_template: "{{ .Tag }}-next"
31
+ version_template: "{{ .Tag }}-next"
32
project_name: revive
0 commit comments