Open rustbot opened 1 month ago
Ping @workingjubilee since you did the stabilization PR #130954
Not sure how release notes work, should this be its own thing or part of some bigger constification thing like your PR?
relnotes tag goes on the PR. That PR hasn't landed yet, so this shouldn't be in relnotes.
...oh this happens automatically on a to-announce
???
geez, there's going to be like 10 of these...
...oh this happens automatically on a
to-announce
???
I think it happens on FCPs. But I am not sure what event exactly the bot is looking for.
It looks for labels of any of relnotes
, relnotes-perf
or finished-final-comment-period
.
if let IssuesAction::Labeled { label } = &e.action {
if ["relnotes", "relnotes-perf", "finished-final-comment-period"]
.contains(&label.name.as_str())
{
I... guess I'll do this then?
This issue tracks the release notes text for #83164.
Steps
Release notes text
The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).
Release blog section
If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section. Otherwise leave it empty.
cc @usbalbin -- origin issue/PR authors and assignees for starting to draft text