x/build/cmd/relui: add a workflow for doing cherry-picks #65435
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
The minor release process involves creating cherry picks using the process documented at:
https://go.dev/wiki/MinorReleases#making-cherry-pick-cls
As recently suggested by @rsc, there's room to create a relui workflow that can be used to short-circuit the manual steps involved. It probably doesn't need to worry about fully handling unusual cases, or when merge conflicts are involved, but those are relatively rare.
Also relevant is CL 559295 (CC @rolandshoemaker) that does this for publishing private golang.org/x fixes (issue #65756).
The text was updated successfully, but these errors were encountered: