Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build/cmd/relui: add support for mentioning security fixes in Release Candidate release kind #71574

Open
dmitshur opened this issue Feb 5, 2025 · 0 comments
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Feb 5, 2025

Right now relui supports sending release announcements to the golang-announce mailing list that mention security fixes only for minor Go releases:

https://cs.opensource.google/go/x/build/+/master:internal/task/announce.go;l=358-366;drc=e76a69f0ab0814ff62f062a451d47716544df406

Release Candidates can also have security fixes (e.g., see the go1.24rc2 announcement for a recent example), and it'd be good to add support for that. Even in cases where that announcement is sent out of band, it would still help with being able to use the relui workflow for making posts to multiple social media sites (also see #71319).

CC @golang/release, @cherrymui, @golang/security.

@dmitshur dmitshur added Builders x/build issues (builders, bots, dashboards) FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Feb 5, 2025
@gopherbot gopherbot added this to the Unreleased milestone Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

2 participants