Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: remove brew switch ref and simplify version bump #11817

Merged
merged 1 commit into from
Jun 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/contributing/homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ Previously we could also ship development updates to homebrew but their [policy

Note: if you already have kOps installed, you need to substitute `upgrade` for `install`.

You can switch between installed releases with:
```bash
brew switch kops 1.17.0
brew switch kops 1.18.0
```

# Releasing kOps to Brew

Submitting a new release of kOps to Homebrew is very simple.
Expand All @@ -33,9 +27,7 @@ More details on this script are located [here.](https://github.com/Homebrew/brew

Example usage:
```bash
brew bump-formula-pr kops \
--url=https://github.com/kubernetes/kops/archive/1.7.1.tar.gz \
--sha256=044c5c7a737ed3acf53517e64bb27d3da8f7517d2914df89efeeaf84bc8a722a
brew bump-formula-pr kops --version=1.20.2
```

* Update the URL variable to the tar.gz of the new release source code
Expand Down