Skip to content

Commit

Permalink
chore: update goreleaser configuration for versioning
Browse files Browse the repository at this point in the history
Signed-off-by: ysicing <i@ysicing.me>
  • Loading branch information
ysicing committed Nov 13, 2024
1 parent e178832 commit 3546415
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,5 +1,7 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
version: 2

project_name: tiga

env:
Expand Down Expand Up @@ -54,7 +56,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Version }}-snapshot-{{ .ShortCommit }}"
version_template: "{{ .Version }}-snapshot-{{ .ShortCommit }}"

nfpms:
- vendor: TiGA
Expand Down

0 comments on commit 3546415

Please sign in to comment.