Skip to content

Commit c91033c

Browse files
committed
docs(maintaining): fix #4174
1 parent 2c6a47d commit c91033c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/MAINTAINING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To onboard a new maintainer to the project, please make sure to do the following
5151

5252
Very similar to Onboarding but Remove maintainer from all teams and revoke access. Please also do the following:
5353

54-
- [ ] Write fairwell post via Discussion (see [example](https://github.com/cdr/code-server/discussions/3933))
54+
- [ ] Write farewell post via Discussion (see [example](https://github.com/cdr/code-server/discussions/3933))
5555

5656
## Workflow
5757

@@ -164,6 +164,7 @@ If you're the current release manager, follow these steps:
164164

165165
### Publishing a release
166166

167+
1. Create a release branch called `v0.0.0` but replace with new version
167168
1. Run `yarn release:prep` and type in the new version (e.g., `3.8.1`)
168169
1. GitHub Actions will generate the `npm-package`, `release-packages` and
169170
`release-images` artifacts. You do not have to wait for this step to complete
@@ -209,7 +210,7 @@ brew bump-formula-pr --version="${VERSION}" code-server --no-browse --no-audit
209210

210211
#### npm
211212

212-
We publish code-server as an npm package [here](https://www.npmjs.com/package/code-server/v/latest).
213+
We publish code-server as a npm package [here](https://www.npmjs.com/package/code-server/v/latest).
213214

214215
This is currently automated with the release process.
215216

0 commit comments

Comments
 (0)