x/build/cmd/releasebot: for major releases, also check the first minor release milestone exists #44404
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
I noticed that GopherBot hadn't closed #44346 even though CL 293411 was submitted. I figured out the problem by looking at its logs and seeing:
GopherBot failed to apply a minor release milestone to the issue, and so the issue's milestone didn't match the CL's branch goX.Y version. GopherBot didn't apply the minor release milestone because the milestone didn't exist.
I fixed the immediate issue by creating the Go1.16.1 milestone.
I'll also send a CL to add the missing step of creating the next major and minor milestone to our internal release process, so that this won't happen again for future major Go releases.
CC @golang/release, @ianlancetaylor.
The text was updated successfully, but these errors were encountered: