From 99af11ecc3b7602e30cdb13bfe05e693a165af38 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 24 Feb 2021 12:23:44 -0700 Subject: [PATCH] docs: add homebrew bump to release steps --- ci/README.md | 5 +++-- docs/FAQ.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ci/README.md b/ci/README.md index c063b88c..4ebda4d8 100644 --- a/ci/README.md +++ b/ci/README.md @@ -43,8 +43,9 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub) 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. - - Send a pull request to [homebrew-core](https://github.com/Homebrew/homebrew-core) with the URL in the [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/code-server.rb) updated. +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. ## Updating Code Coverage in README diff --git a/docs/FAQ.md b/docs/FAQ.md index d36d70af..9b08b58d 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -4,7 +4,7 @@ - [Questions?](#questions) - [iPad Status?](#ipad-status) -- [Community projects (awesome-code-server)](#community-projects-awesome-code-server) +- [Community Projects (awesome-code-server)](#community-projects-awesome-code-server) - [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration) - [Differences compared to VS Code?](#differences-compared-to-vs-code) - [How can I request a missing extension?](#how-can-i-request-a-missing-extension) @@ -43,7 +43,7 @@ Please file all questions and support requests at https://github.com/cdr/code-se Please see [./ipad.md](./ipad.md). -## Community projects (awesome-code-server) +## Community Projects (awesome-code-server) Visit the [awesome-code-server](https://github.com/cdr/awesome-code-server) repository to view community projects and guides with code-server! Feel free to add your own!