mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
Add README for Homebrew publication.
This commit is contained in:
parent
49cf07212d
commit
190dd425b7
14
contrib/brew/README.md
Normal file
14
contrib/brew/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Hurl on Homebrew
|
||||
|
||||
## Publish
|
||||
|
||||
<https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request>
|
||||
|
||||
On local terminal, to publish a new version `x.y.z`:
|
||||
|
||||
```shell
|
||||
$ brew bump-formula-pr --url https://github.com/Orange-OpenSource/hurl/archive/refs/tags/x.y.z.tar.gz hurl --verbose --dry-run
|
||||
$ brew bump-formula-pr --url https://github.com/Orange-OpenSource/hurl/archive/refs/tags/x.y.z.tar.gz hurl --verbose
|
||||
```
|
||||
|
||||
Git config is from `/opt/homebrew`.
|
Loading…
Reference in New Issue
Block a user