From 69521bad31a2fcbed48948ec1e7fdeb7b71e29a9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 19 Jun 2021 16:16:07 -0400 Subject: [PATCH] doc: remove `brew switch` ref and simplify version bump Signed-off-by: Rui Chen --- docs/contributing/homebrew.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/contributing/homebrew.md b/docs/contributing/homebrew.md index 9ba69b3435..9cb5ec859f 100644 --- a/docs/contributing/homebrew.md +++ b/docs/contributing/homebrew.md @@ -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. @@ -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