Skip to content

Commit afe99dc

Browse files
committed
mention where to look for backports to cherry-pick into stable
1 parent 887206d commit afe99dc

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/release/process.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@ following changes:
6767
6868
- Update `src/ci/channel` to `stable`
6969
70+
You should also check whether there are beta backports that weren't merged
71+
before the branch update, and cherry-pick them into the `stable` PR:
72+
73+
* [List of PRs targeting the beta branch.][target-beta]
74+
* [List of PRs approved for beta backport.][approved-beta]
75+
* [List of PRs *nominated* for beta backport.][nominated-beta] Note that PRs in
76+
this list are not approved: you should follow up with the relevant teams to
77+
decide what to do with them.
78+
79+
[target-beta]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+base%3Abeta
80+
[approved-beta]: https://github.com/rust-lang/rust/pulls?q=label%3Abeta-nominated+label%3Abeta-accepted
81+
[nominated-beta]: https://github.com/rust-lang/rust/pulls?q=label%3Abeta-nominated
82+
7083
Self-approve the PR with `r+ rollup=never p=1000`.
7184
7285
Note that we need to merge this PR as soon as possible, to maximise the

0 commit comments

Comments
 (0)