[dev]: add homebrew job to publish.yaml #2841
Labels
chore
Related to maintenance or clean up
ci
Issues related to ci
enhancement
Some improvement that isn't a feature
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Problem
After we publish a release, we have to manually run a command to update the homebrew
code-server
package. This should be automated as part of the release process.Solution
Add a job called
homebrew
topublish.yaml
that waits onnpm
and then updates code-server on homebrew withbump-formula-pr
Notes
brew bump-formula-pr --version=3.9.1 code-server --no-browse
GITHUB_TOKEN
or something. it would have to open the PR on behalf of someone I think (maybe person who merges PR for release?)--no-browse
flag ensures it doesn't try to open the PR in the browsercURL
call to the npm API? maybe there's something easier.bump-formula-pr
docs hereThe text was updated successfully, but these errors were encountered: