Skip to content

Commit

Permalink
make goreleaser config happier
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyGit committed Aug 26, 2024
1 parent ec65ab1 commit 5717e6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -55,7 +57,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"

changelog:
sort: asc
Expand Down

0 comments on commit 5717e6e

Please sign in to comment.