x/pkgsite: Module published too early #41250
Closed
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the URL of the page with the issue?
https://pkg.go.dev/gitlab.com/MicahParks/workerpool@v1.0.0?tab=doc
What did you do?
I released a Go module too early. I
git tag
edv1.0.0
when it was still in development and imported it intopkg.go.dev
. I have since removed thev1.0.0
tag.Request
Could you remove all cached versions of the module? I did just import version
v0.0.1
intopkg.go.dev
and that one is valid, but it's not a big deal if the cache is wiped.I'll be starting with 0 as the major semvar and publishing more carefully from now on... Do not remove the module if it will not allow it to be imported in the future. I'd still like to use
pkg.go.dev
when it gets to a major version, so if clearing the cache now would block the module forever, I'll just bump the major version tov2
.The text was updated successfully, but these errors were encountered: