-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update release doc with brew formula details (#2165)
Signed-off-by: Leonardo Luz Almeida <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|