Skip to content

Commit

Permalink
Merge pull request #8 from warrensbox/master
Browse files Browse the repository at this point in the history
add back
  • Loading branch information
warrensbox authored Sep 13, 2020
2 parents 0e895ea + 729d5a4 commit de3fed4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ 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
brew:
# Name of the recipe
# Default to project name
Expand Down

0 comments on commit de3fed4

Please sign in to comment.