You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2026-05-16 09:20:15 +02:00
Link help for creating a Homebrew tap.
This commit is contained in:
@@ -48,7 +48,7 @@ archives uploaded.
|
|||||||
|
|
||||||
### Homebrew
|
### 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
|
```yaml
|
||||||
repo: user/repo
|
repo: user/repo
|
||||||
@@ -59,6 +59,8 @@ brew:
|
|||||||
caveats: "Optional caveats to add to the formulae"
|
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
|
### Build customization
|
||||||
|
|
||||||
Just add a `build` section
|
Just add a `build` section
|
||||||
|
|||||||
Reference in New Issue
Block a user