Skip to content

Commit

Permalink
docs: update release doc with brew formula details (#2165)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
leoluz authored Jul 26, 2022
1 parent 709a709 commit 03b0813
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@

1. Update Brew formula:

* Fork the repo https://github.com/argoproj/homebrew-tap
* Run the following commands to update the brew formula:
```bash
git clone [email protected]:argoproj/homebrew-tap.git
cd homebrew-tap
git pull
./update.sh kubectl-argo-rollouts $VERSION
git commit -am "Update kubectl-argo-rollouts to $VERSION"
git push
```
* Create a PR with the modified files pointing to upstream/master
* Once the PR is approved by a maintainer, it can be merged.

### Verify

Expand Down

0 comments on commit 03b0813

Please sign in to comment.