File tree 1 file changed +12
-0
lines changed 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,15 @@ following changes:
67
67
68
68
- Update `src/ci/channel` to `stable`
69
69
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
+
70
79
Self-approve the PR with `r+ rollup=never p=1000`.
71
80
72
81
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.
211
220
[rust-lang/release-team]: https://github.com/rust-lang/release-team
212
221
[ripgrep]: https://github.com/burntsushi/ripgrep
213
222
[`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