File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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+
7079Self-approve the PR with `r+ rollup=never p=1000`.
7180
7281Note 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
You can’t perform that action at this time.
0 commit comments