Skip to content

Commit

Permalink
chore(goreleaser): Change snapshot version suffix to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 31, 2023
1 parent 1d73431 commit 3392bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ archives:
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
name_template: "{{ incpatch .Version }}-beta"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 3392bb9

Please sign in to comment.