Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upcmd/go: do not treat branches with semantic-version names as releases #35671
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
See #29731, which also involves confusion between branches and versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#33558 (comment) reports a situation in which a
v2.0.0
branch was created and subsequently removed, butproxy.golang.org
cached av2.0.0+incompatible
release.If someone creates a branch named
v2.0.0
, they probably intend for that branch to contain the development leading up tov2.0.0
, not for that branch as first published to be the definitive final release ofv2.0.0
. Thego
command should not mistake the former for the latter.CC @jayconrod @mattn @thepudds