diff options
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r-- | docs/dev/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 6bce38e56..4cc608b07 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -302,6 +302,10 @@ Release steps: | |||
302 | 5. Inside `rust-analyzer`, run `cargo xtask promote` -- this will create a PR to rust-lang/rust updating rust-analyzer's submodule. | 302 | 5. Inside `rust-analyzer`, run `cargo xtask promote` -- this will create a PR to rust-lang/rust updating rust-analyzer's submodule. |
303 | Self-approve the PR. | 303 | Self-approve the PR. |
304 | 304 | ||
305 | If the GitHub Actions release fails because of a transient problem like a timeout, you can re-run the job from the Actions console. | ||
306 | If it fails because of something that needs to be fixed, remove the release tag (if needed), fix the problem, then start over. | ||
307 | Make sure to remove the new changelog post created when running `cargo xtask release` a second time. | ||
308 | |||
305 | # Permissions | 309 | # Permissions |
306 | 310 | ||
307 | There are three sets of people with extra permissions: | 311 | There are three sets of people with extra permissions: |