Skip to content

Commit eaee7ed

Browse files
authored
Merge pull request #2762 from cdr/ci-docs-homebrew
docs(ci): update release steps with homebrew bump
2 parents bf47799 + 99af11e commit eaee7ed

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ci/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
4343
9. Update the AUR package.
4444
- Instructions on updating the AUR package are at [cdr/code-server-aur](https://github.com/cdr/code-server-aur).
4545
10. Wait for the npm package to be published.
46-
11. Update the homebrew package.
47-
- 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.
46+
11. Update the [homebrew package](https://github.com/Homebrew/homebrew-core/blob/master/Formula/code-server.rb).
47+
1. Install [homebrew](https://brew.sh/)
48+
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.
4849

4950
## Updating Code Coverage in README
5051

docs/FAQ.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- [Questions?](#questions)
66
- [iPad Status?](#ipad-status)
7-
- [Community projects (awesome-code-server)](#community-projects-awesome-code-server)
7+
- [Community Projects (awesome-code-server)](#community-projects-awesome-code-server)
88
- [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration)
99
- [Differences compared to VS Code?](#differences-compared-to-vs-code)
1010
- [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
4343

4444
Please see [./ipad.md](./ipad.md).
4545

46-
## Community projects (awesome-code-server)
46+
## Community Projects (awesome-code-server)
4747

4848
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!
4949

0 commit comments

Comments
 (0)