We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9a306 commit 7b9688dCopy full SHA for 7b9688d
docs/MAINTAINING.md
@@ -141,7 +141,7 @@ changelog](https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS).
141
142
1. Create a new branch called `release/v0.0.0` (replace 0s with actual version aka v4.5.0)
143
1. If you don't do this, the `npm-brew` GitHub workflow will fail. It looks for the release artifacts under the branch pattern.
144
-1. Run `yarn release:prep <version>` (e.g., `yarn release:prep 3.8.1`)
+1. Run `yarn release:prep`
145
1. Bump chart version in `Chart.yaml`.
146
1. Summarize the major changes in the `CHANGELOG.md`
147
1. Download CI artifacts and make sure code-server works locally.
0 commit comments