From 4f02b48d7312d1a1093ff0bb7081fc001d096c0d Mon Sep 17 00:00:00 2001 From: "warren.veerasingam" Date: Mon, 8 Mar 2021 20:00:36 -0600 Subject: [PATCH] update goreleaser --- .goreleaser.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 62cd36dd..931f3cca 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -32,16 +32,17 @@ changelog: exclude: - '^docs:' - '^test:' -archive: - name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' - replacements: - darwin: darwin - linux: linux - 386: 386 - amd64: amd64 - format_overrides: - - goos: windows - format: zip +archives: + - + name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + replacements: + darwin: darwin + linux: linux + 386: 386 + amd64: amd64 + format_overrides: + - goos: windows + format: zip brew: # Name of the recipe # Default to project name