Skip to content

Commit

Permalink
update goreleaser config file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Nov 9, 2024
1 parent 2dabcd3 commit 0d4b027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is an example .goreleaser.yml file with some sensible defaults.
version: 2
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
Expand Down Expand Up @@ -35,7 +35,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 0d4b027

Please sign in to comment.