File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ $ git checkout origin/master -- RELEASES.md
2626Re-enable branch protection for the ` stable ` branch. Send a PR to rust-lang/rust
2727on the stable branch making the following changes:
2828
29- - Update ` src/ci/run.sh ` to pass ` channel= stable` , not ` channel=beta ` .
29+ - Update ` src/ci/channel ` to ` stable `
3030
3131Once the PR is sent, r+ it and give it a high ` p=1000 ` .
3232
@@ -86,13 +86,13 @@ $ git push rust-lang $BRANCH_POINT:beta -f
8686Re-enable branch protection on GitHub. Send a PR to the freshly created beta
8787branch of rust-lang/rust which:
8888
89- - Update src/stage0.txt
89+ - Update ` src/stage0.txt `
9090 - Change ` date ` to "YYYY-MM-DD" where the date is the archive date the stable
9191 build was uploaded
9292 - Change ` rustc ` to "X.Y.Z" where that's the version of rustc you just build
9393 - Comment ` rustfmt: nightly-YYYY-MM-DD `
9494 - Uncomment ` dev: 1 `
95- - Update src/ci/run.sh to pass "--release-channel= beta".
95+ - Update ` src/ci/channel ` to ` beta `
9696
9797## Master bootstrap update (T-1 day, Wednesday)
9898
You can’t perform that action at this time.
0 commit comments