Skip to content

Commit

Permalink
brew too
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kent committed Nov 19, 2019
1 parent be714ec commit 4e070aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ before:
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...

builds:
- env:
- CGO_ENABLED=0
- goarch:
- amd64
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64

archives:
- replacements:
darwin: Darwin
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.4
0.9.5

0 comments on commit 4e070aa

Please sign in to comment.