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
26
26
Re-enable branch protection for the ` stable ` branch. Send a PR to rust-lang/rust
27
27
on the stable branch making the following changes:
28
28
29
- - Update ` src/ci/run.sh ` to pass ` channel= stable` , not ` channel=beta ` .
29
+ - Update ` src/ci/channel ` to ` stable `
30
30
31
31
Once the PR is sent, r+ it and give it a high ` p=1000 ` .
32
32
@@ -86,13 +86,13 @@ $ git push rust-lang $BRANCH_POINT:beta -f
86
86
Re-enable branch protection on GitHub. Send a PR to the freshly created beta
87
87
branch of rust-lang/rust which:
88
88
89
- - Update src/stage0.txt
89
+ - Update ` src/stage0.txt `
90
90
- Change ` date ` to "YYYY-MM-DD" where the date is the archive date the stable
91
91
build was uploaded
92
92
- Change ` rustc ` to "X.Y.Z" where that's the version of rustc you just build
93
93
- Comment ` rustfmt: nightly-YYYY-MM-DD `
94
94
- Uncomment ` dev: 1 `
95
- - Update src/ci/run.sh to pass "--release-channel= beta".
95
+ - Update ` src/ci/channel ` to ` beta `
96
96
97
97
## Master bootstrap update (T-1 day, Wednesday)
98
98
You can’t perform that action at this time.
0 commit comments