Skip to content

Commit

Permalink
Update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 10, 2024
1 parent 7c7d39c commit 933bf7b
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,5 +1,6 @@
---
# Make sure to check the documentation at https://goreleaser.com/
version: 2
before:
hooks:
- go mod download
Expand Down Expand Up @@ -45,7 +46,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 933bf7b

Please sign in to comment.