Skip to content

Mention where to look for backports to cherry-pick into stable #844

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
Jun 20, 2025
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: 12 additions & 0 deletions src/release/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ following changes:

- Update `src/ci/channel` to `stable`

You should also check whether there are beta backports that weren't merged
before the branch update, and cherry-pick them into the `stable` PR:

* [List of PRs targeting the beta branch.][target-beta]
* [List of PRs approved for beta backport.][approved-beta]
* [List of PRs *nominated* for beta backport.][nominated-beta] Note that PRs in
this list are not approved: you should follow up with the relevant teams to
decide what to do with them.

Self-approve the PR with `r+ rollup=never p=1000`.

Note that we need to merge this PR as soon as possible, to maximise the
Expand Down Expand Up @@ -211,3 +220,6 @@ the blog and internals with the new information.
[rust-lang/release-team]: https://github.com/rust-lang/release-team
[ripgrep]: https://github.com/burntsushi/ripgrep
[`promote-release`]: https://github.com/rust-lang/promote-release
[target-beta]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+base%3Abeta
[approved-beta]: https://github.com/rust-lang/rust/pulls?q=label%3Abeta-nominated+label%3Abeta-accepted
[nominated-beta]: https://github.com/rust-lang/rust/pulls?q=label%3Abeta-nominated