diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 7fee9b4..8f9c73a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -11,12 +11,13 @@ builds: goos: - linux - darwin + - windows archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`. name_template: >- - {{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }} + memogram_{{ .Tag }}_{{ .Os }}_{{ .Arch }} changelog: sort: asc