update goreleaser yaml

This commit is contained in:
Jesse Duffield 2020-08-02 13:46:07 +10:00
parent cd9ceaff97
commit 8327b6d3c6

View file

@ -15,8 +15,8 @@ builds:
- 386
# Default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}`.
archive:
replacements:
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
@ -36,9 +36,10 @@ changelog:
- '^docs:'
- '^test:'
- '^bump'
brew:
brews:
-
# Repository to push the tap to.
github:
tap:
owner: jesseduffield
name: homebrew-horcrux
@ -59,4 +60,3 @@ brew:
# - svn
# - bash
# test comment to see if goreleaser only releases on new commits