mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-11 13:38:41 +02:00
Merge pull request #73 from jorinvo/brew-help
Link help for creating a Homebrew tap.
This commit is contained in:
commit
4436a5b4d2
@ -48,7 +48,7 @@ archives uploaded.
|
||||
|
||||
### Homebrew
|
||||
|
||||
To push a basic formulae a homebrew tap repo, just add a `brew` section:
|
||||
Add a `brew` section to push a formulae to a Homebrew tab repository:
|
||||
|
||||
```yaml
|
||||
repo: user/repo
|
||||
@ -59,6 +59,8 @@ brew:
|
||||
caveats: "Optional caveats to add to the formulae"
|
||||
```
|
||||
|
||||
See the [Homebrew docs](https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md) for creating your own tap.
|
||||
|
||||
### Build customization
|
||||
|
||||
Just add a `build` section
|
||||
|
Loading…
x
Reference in New Issue
Block a user