Merge pull request #393 from versity/ben/releaser_naming

fix: add release version to release artifacts
This commit is contained in:
Ben McClelland
2024-02-06 08:42:26 -08:00
committed by GitHub

View File

@@ -27,6 +27,7 @@ archives:
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
v{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386