You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let title = format!("{TITLE_PREFIX} of #{}: {}", e.issue.number, e.issue.title);
74
74
let body = format!(
75
75
"
76
-
This issue tracks the release notes text for #{}.
76
+
This issue tracks the release notes text for #{pr_number}.
77
77
78
-
cc {} -- original issue/PR authors and assignees for drafting text
78
+
cc {people} -- original issue/PR authors and assignees for drafting text
79
79
80
80
See the forge.rust-lang.org chapter about [release notes](https://forge.rust-lang.org/release/release-notes.html#preparing-release-notes) for an overview of how the release team makes use of these tracking issues.
81
81
@@ -88,7 +88,7 @@ This section should be edited to specify the correct category(s) for the change,
@@ -106,9 +106,11 @@ If this change is notable enough for inclusion in the blog post then this sectio
106
106
>
107
107
> If a blog post section is required the `release-blog-post` label should be added (`@rustbot label +release-blog-post`) to this issue as otherwise it may be missed by the release team.
0 commit comments