Skip to content

Commit 45731a3

Browse files
authored
chore: migrate goreleaser config to v2 (#1105)
1 parent 78e927d commit 45731a3

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,6 +1,7 @@
11
# This is an example goreleaser.yaml file with some sane defaults.
22
# Make sure to check the documentation at http://goreleaser.com
33
---
4+
version: 2
45
archives:
56
- id: revive
67
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
@@ -27,5 +28,5 @@ changelog:
2728
checksum:
2829
name_template: checksums.txt
2930
snapshot:
30-
name_template: "{{ .Tag }}-next"
31+
version_template: "{{ .Tag }}-next"
3132
project_name: revive

0 commit comments

Comments
 (0)