- Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
Note that the PR was fine. #11536
What probably happened was a mess-up when creating the release commits. Then deleting them and starting over, but not deleting the tag. And then when creating the new commits failing to create the tag (ignoring the error message).
We'll need to create a 1.67.1 since the 1.67.0 tag is "spent" (never re-create a tag after it has been pushed to the main repo; you can potentially delete a tag, but never create something new in its place).
And then for v1.68.x we'll need to skip over 1.68.0. That may turn out to be pretty annoying. We can check whether we can revoke v1.68.0, but even if we can, we need to skip over the version number when releasing v1.68.x.
nyukhalov