Skip to content

Commit

Permalink
chore: update goreleaser template (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien authored Dec 10, 2024
1 parent 0297842 commit 0c97584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
Expand Down Expand Up @@ -68,4 +69,4 @@ release:
disable: false
prerelease: auto
snapshot:
version_template: '{{ .Tag }}-SNAPSHOT'
name_template: '{{ .Tag }}-SNAPSHOT'

0 comments on commit 0c97584

Please sign in to comment.