Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/pkgsite: purge all versions of https://pkg.go.dev/github.com/blocky/adlr #46640

Closed
ianhecker opened this issue Jun 7, 2021 · 1 comment
Closed
Labels
FrozenDueToAge pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite

Comments

@ianhecker
Copy link

What is the URL of the page with the issue?

https://pkg.go.dev/github.com/blocky/adlr

What is your user agent?

Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

Screenshot

Screenshot from 2021-06-07 15-30-02

What did you do?

Because I am new to semver, i tagged and released v1.0.0 immediately (and incorrectly) for my github repo.
Thinking I could correct the issue, I relabled and released tags v0.0.0 (which is what v1.0.0 should have been tagged as) through v1.3.0-alpha.

What did you expect to see?

Since I deleted the v1.0.0 tag from github, (I do not want that tag anymore) I expected godocs to auto delete the documentation for v1.0.0 on https://pkg.go.dev/github.com/blocky/adlr

What did you see instead?

I see versions of code correctly loaded for https://pkg.go.dev/github.com/blocky/adlr (v0.0.0, v1.0.0-alpha, v1.0.1-alpha, v1.0.2-alpha, v1.1.0-alpha, v1.2.0-alpha, and v1.3.0-alpha) while v1.0.0 still exists on https://pkg.go.dev/github.com/blocky/adlr and points to the older and original commit i tagged it as.

I know it is expressly stated that you cannot remove one specific version, https://go.dev/about/#removing-a-package, from godocs, but could you purge all the versions for me, and I manually reload them? (in hopes that v1.0.0 is deleted?)

@gopherbot gopherbot added this to the Unreleased milestone Jun 7, 2021
@jamalc
Copy link

jamalc commented Jun 8, 2021

Hi @ianhecker, you can retract accidentally published module versions using the retract directive in your go.mod file.

@jamalc jamalc closed this as completed Jun 8, 2021
@hyangah hyangah added the pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package label May 20, 2022
@golang golang locked and limited conversation to collaborators May 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite
Projects
None yet
Development

No branches or pull requests

5 participants