1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

homebrew-formulae -> homebrew-tap

closes #57
This commit is contained in:
Carlos Alexandro Becker 2017-01-11 20:50:38 -02:00
parent 87c5d8651b
commit 446db716b1
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ To push a basic formulae a homebrew tap repo, just add a `brew` section:
repo: user/repo
binary_name: my-binary
brew:
repo: user/homebrew-formulae
repo: user/homebrew-tap
caveats: "Optional caveats to add to the formulae"
```
@ -140,7 +140,7 @@ The release on github looks pretty much like this:
[![image](https://cloud.githubusercontent.com/assets/245435/21578845/09404c8a-cf78-11e6-92d7-165ddc03ca6c.png)
](https://github.com/goreleaser/releaser/releases)
And the [homebrew formulae](https://github.com/goreleaser/homebrew-formulae/blob/master/release.rb) would look like:
And the [homebrew formulae](https://github.com/goreleaser/homebrew-tap/blob/master/release.rb) would look like:
```rb
class Release < Formula

View File

@ -1,7 +1,7 @@
repo: goreleaser/releaser
binary_name: release
brew:
repo: goreleaser/homebrew-formulae
repo: goreleaser/homebrew-tap
build:
arches:
- amd64