Skip to content

Commit 42a38de

Browse files
committed
add version number in release artifact name
1 parent 3208061 commit 42a38de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ archives:
2727
- format: tar.gz
2828
# this name template makes the OS and Arch compatible with the results of `uname`.
2929
name_template: >-
30-
{{ .ProjectName }}_
30+
{{ .ProjectName }}_{{ .Version }}_
3131
{{- title .Os }}_
3232
{{- if eq .Arch "amd64" }}x86_64
3333
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)