Skip to content

Commit 6b1be58

Browse files
Clean up stale release process notes
1 parent bb3601f commit 6b1be58

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/release/process.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ $ git push origin rust-1.YY.0
8484
You'll need to temporarily disable branch protection on GitHub to push the new
8585
branch.
8686

87-
In theory one day we'll do the same for rust-lang/rls, but for now we haven't
88-
done this yet.
89-
9087
Temporarily disable banch protection on GitHub for the `beta` branch of the Rust
9188
repo. Promote rust-lang/rust's master branch to beta as with yesterday:
9289

@@ -108,15 +105,8 @@ branch of rust-lang/rust which:
108105
- Uncomment `dev: 1`
109106
- Update src/ci/run.sh to pass "--release-channel=beta".
110107

111-
Note that you probably don't want to update the RLS if it's working, but if it's
112-
not working beta won't land and it'll need to get updated. After this PR merges
113-
(through @bors) the beta should be automatically released.
114-
115108
## Master bootstrap update (T-1 day, Wednesday)
116109

117-
Write a new blog post, update rust-www, and update rust-forge. Submit PRs for
118-
tomorrow.
119-
120110
Send a PR to the master branch to:
121111

122112
- modify src/stage0.txt to bootstrap from yesterday's beta
@@ -172,18 +162,6 @@ Decide on a time to do the release, T.
172162

173163
Bask in your success.
174164

175-
## Update dependencies (T+1 day, Friday)
176-
177-
In the repo:
178-
179-
```bash
180-
$ cd src
181-
$ cargo update
182-
```
183-
184-
The very ambitious can use https://crates.io/crates/cargo-outdated and update
185-
through breaking changes.
186-
187165
## Publishing a nightly based off a try build
188166

189167
Sometimes a PR requires testing how it behaves when downloaded from rustup, for

0 commit comments

Comments
 (0)