Skip to content

Commit cd9f07a

Browse files
Merge pull request #442 from pietroalbini/srcversion
Update release process for the move to src/version
2 parents 7da64d0 + 059886c commit cd9f07a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/release/process.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Here's how Rust is currently released:
44

5-
## Promote beta to stable (T-6 days, Friday the week before)
5+
## Bump the stable version number (T-6 days, Friday the week before)
66

7-
Open a PR bumping the version number in `src/bootstrap/channel.rs`. r+
8-
rollup=never this PR.
7+
Open a PR bumping the version number in `src/version`. `r+ rollup=never` this
8+
PR.
99

10-
Mark it as rollup=never, because if it lands in a rollup as *not* the first PR
11-
then other pull requests in that rollup will be incorrectly associated with the
12-
prior release.
10+
Mark it as `rollup=never`, because if it lands in a rollup as *not* the first
11+
PR then other pull requests in that rollup will be incorrectly associated with
12+
the prior release.
1313

1414
## Promote beta to stable (T-3 days, Monday)
1515

0 commit comments

Comments
 (0)