Skip to content

Commit

Permalink
chore: migrate goreleaser config to v2 (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k authored Dec 13, 2024
1 parent 78e927d commit 45731a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
---
version: 2
archives:
- id: revive
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand All @@ -27,5 +28,5 @@ changelog:
checksum:
name_template: checksums.txt
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
project_name: revive

0 comments on commit 45731a3

Please sign in to comment.