Skip to content

Commit 4c91095

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/release/process.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ 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+
7079
Self-approve the PR with `r+ rollup=never p=1000`.
7180
7281
Note that we need to merge this PR as soon as possible, to maximise the
@@ -211,3 +220,6 @@ the blog and internals with the new information.
211220
[rust-lang/release-team]: https://github.com/rust-lang/release-team
212221
[ripgrep]: https://github.com/burntsushi/ripgrep
213222
[`promote-release`]: https://github.com/rust-lang/promote-release
223+
[target-beta]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Aopen+base%3Abeta
224+
[approved-beta]: https://github.com/rust-lang/rust/pulls?q=label%3Abeta-nominated+label%3Abeta-accepted
225+
[nominated-beta]: https://github.com/rust-lang/rust/pulls?q=label%3Abeta-nominated

0 commit comments

Comments
 (0)