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

Delete version when the tag is deleted #1500

Closed
Kirbyrawr opened this issue Oct 17, 2020 · 3 comments
Closed

Delete version when the tag is deleted #1500

Kirbyrawr opened this issue Oct 17, 2020 · 3 comments

Comments

@Kirbyrawr
Copy link
Contributor

I needed to create other tags, however, the build of the previous version is still in openupm page, is there any way i can remove that version? Thanks.

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@favoyang
Copy link
Member

favoyang commented Oct 18, 2020

Hi @Kirbyrawr,

Could you please show me the package you mentioned?

Anyway, to delete a published version you need to create an issue to request. Here's a section on the documentation that covers this topic:

However, build pipelines will not rebuild an already succeeded release if detecting that the git tag is removed or retagged. Because it's a bad practice for talking off or replacing an existing release for a public registry. If the intention is to fix something, the packager owner is recommended to bump the version with a new git tag. For the rare case, please create an issue for unpublishing.

That means removing tags will not affect the published version, it simply keeps in the registry. Think about published content as a constant. The rule is the same for other public (publish) registries like NPMJS. You can not unpublish published content. You can not even unpublish (publish) a package entirely after a period.

But we're a little bit flexible here. You have the choice to replace a version or delete a version if request that manually. Or even take the entire package off if that works best for you.

EDIT: fix typos.

@favoyang
Copy link
Member

Closed with #1504.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants