Skip to content

Update release process for the move to src/version #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/release/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Here's how Rust is currently released:

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

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

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

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

Expand Down