Skip to content

Commit 428e21d

Browse files
committed
docs: add release candidate notes
1 parent c37d9c5 commit 428e21d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/MAINTAINING.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [Changelog](#changelog)
1616
- [Releases](#releases)
1717
- [Publishing a release](#publishing-a-release)
18+
- [Release Candidates](#release-candidates)
1819
- [AUR](#aur)
1920
- [Docker](#docker)
2021
- [Homebrew](#homebrew)
@@ -152,6 +153,14 @@ changelog](https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS).
152153
artifacts, publish the NPM package from `npm-package`, and publish the Docker
153154
Hub image from `release-images`.
154155

156+
#### Release Candidates
157+
158+
We prefer to do release candidates so the community can test things before a full-blown release. To do this follow the same steps as above but:
159+
160+
1. Only bump version in `package.json`
161+
1. use `0.0.0-rc.0`
162+
1. When you publish the release, select "pre-release"
163+
155164
#### AUR
156165

157166
We publish to AUR as a package [here](https://aur.archlinux.org/packages/code-server/). This process is manual and can be done by following the steps in [this repo](https://github.com/coder/code-server-aur).

0 commit comments

Comments
 (0)