We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61ecf4f + cd48866 commit 2cda63aCopy full SHA for 2cda63a
.goreleaser.yaml
@@ -25,13 +25,14 @@ archives:
25
# this name template makes the OS and Arch compatible with the results of uname.
26
name_template: >-
27
{{ .ProjectName }}_
28
+ {{- .Version }}_
29
{{- title .Os }}_
30
{{- if eq .Arch "amd64" }}x86_64
31
{{- else if eq .Arch "386" }}i386
32
{{- else }}{{ .Arch }}{{ end }}
33
{{- if .Arm }}v{{ .Arm }}{{ end }}
34
checksum:
- name_template: "checksums.txt"
35
+ name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
36
snapshot:
37
version_template: "{{ incpatch .Version }}-next"
38
0 commit comments