We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01519b3 commit af87e7eCopy full SHA for af87e7e
.goreleaser.yml
@@ -11,6 +11,7 @@ builds:
11
archives:
12
- name_template: >-
13
{{ .ProjectName }}_
14
+ {{- .Version }}_
15
{{- title .Os }}_
16
{{- if eq .Arch "amd64" }}x86_64
17
{{- else if eq .Arch "386" }}i386
@@ -30,6 +31,7 @@ nfpms:
30
31
- id: srl-grpc-tunnel
32
file_name_template: >-
33
34
35
36
37
0 commit comments