File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Here's how Rust is currently released:
4
4
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)
6
6
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.
9
9
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.
13
13
14
14
## Promote beta to stable (T-3 days, Monday)
15
15
You can’t perform that action at this time.
0 commit comments