Skip to content

Commit

Permalink
update goreelaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej.benkovsky committed Oct 22, 2024
1 parent f59f0ae commit 4cb6301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod tidy
Expand All @@ -24,7 +25,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
brews:
Expand Down

0 comments on commit 4cb6301

Please sign in to comment.