From eb820543574c123a251daa2d6d25d1588dcd18a9 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 11 May 2021 15:29:16 -0700 Subject: [PATCH] docs: update publishing a release process --- ci/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/README.md b/ci/README.md index 40f7f4b7..e90d9ab1 100644 --- a/ci/README.md +++ b/ci/README.md @@ -32,9 +32,6 @@ Any file or directory in this subdirectory should be documented here. 9. Update the AUR package. - Instructions on updating the AUR package are at [cdr/code-server-aur](https://github.com/cdr/code-server-aur). 10. Wait for the npm package to be published. -11. Update the [homebrew package](https://github.com/Homebrew/homebrew-core/blob/master/Formula/code-server.rb). - 1. Install [homebrew](https://brew.sh/) - 2. Run `brew bump-formula-pr --version=3.8.1 code-server` and update the version accordingly. This will bump the version and open a PR. Note: this will only work once the version is published on npm. ## dev