Skip to content

Commit e06790d

Browse files
committed
we're now using src/ci/channel
1 parent c105757 commit e06790d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/release/process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ git checkout origin/master -- RELEASES.md
2626
Re-enable branch protection for the `stable` branch. Send a PR to rust-lang/rust
2727
on 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

3131
Once 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
8686
Re-enable branch protection on GitHub. Send a PR to the freshly created beta
8787
branch 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

0 commit comments

Comments
 (0)