chore: tweak goreleaser

This commit is contained in:
Steven
2024-05-14 22:16:15 +08:00
parent f25cb7feba
commit 443241b9e3

View File

@@ -11,12 +11,13 @@ builds:
goos: goos:
- linux - linux
- darwin - darwin
- windows
archives: archives:
- format: tar.gz - format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`. # this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >- name_template: >-
{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }} memogram_{{ .Tag }}_{{ .Os }}_{{ .Arch }}
changelog: changelog:
sort: asc sort: asc