Skip to content

Commit

Permalink
add homebrew release
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Mar 23, 2018
1 parent 59feff9 commit acbf1dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ dockers:
- "v{{ .Major }}"
- "v{{ .Major }}.{{ .Minor }}"
- latest
brew:
github:
owner: frapposelli
name: homebrew-tap
commit_author:
name: Fabio Rapposelli
email: [email protected]
folder: Formula
homepage: "https://github.com/frapposelli/wwhrd/blob/master/README.md"
description: "Have Henry Rollins check vendored licenses in your Go project."
test: |
system "#{bin}/wwhrd -v"

0 comments on commit acbf1dd

Please sign in to comment.