Skip to content

Commit

Permalink
ci: add homebrew tap config to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
wowu committed Jul 20, 2022
1 parent 0273260 commit f46bb87
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,20 @@ builds:
- id: darwin
goos: [darwin]
goarch: [amd64, arm64]

brews:
- tap:
owner: wowu
name: homebrew-tap
token: "{{ .Env.GORELEASER_REPO_TOKEN }}"
homepage: https://github.com/wowu/pro
license: MIT

changelog:
filters:
exclude:
- '^docs:'
- '^ci:'
- '^chore:'
- '^refactor:'
- '^test:'

0 comments on commit f46bb87

Please sign in to comment.