Add v prefix to .tar.gz file names
This commit is contained in:
parent
9720ce68f2
commit
93d12e1642
@ -65,6 +65,7 @@ archives:
|
|||||||
- id: primary
|
- id: primary
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
wrap_in_directory: true
|
wrap_in_directory: true
|
||||||
|
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||||
files:
|
files:
|
||||||
# this is a dumb but required hack so it doesn't include the default files
|
# this is a dumb but required hack so it doesn't include the default files
|
||||||
# https://github.com/goreleaser/goreleaser/issues/602
|
# https://github.com/goreleaser/goreleaser/issues/602
|
||||||
@ -105,4 +106,4 @@ checksum:
|
|||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ .Tag }}"
|
name_template: "{{ .Version }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user