Skip to content

Commit

Permalink
misc: update goreleaser template (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
radulucut authored Oct 16, 2024
1 parent a811dd4 commit bb352c7
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 @@ -30,7 +32,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"

nfpms:
# note that this is an array of nfpm configs
Expand Down

0 comments on commit bb352c7

Please sign in to comment.