diff --git a/content/packages/managing-container-images-with-github-container-registry/deleting-a-container-image.md b/content/packages/managing-container-images-with-github-container-registry/deleting-a-container-image.md index 4ddb79337475..1ca7bff3fbdf 100644 --- a/content/packages/managing-container-images-with-github-container-registry/deleting-a-container-image.md +++ b/content/packages/managing-container-images-with-github-container-registry/deleting-a-container-image.md @@ -16,10 +16,6 @@ To delete a container image, you must have admin permissions to the container im When deleting public packages, be aware that you may break projects that depend on your package. -### Reserved package versions and names - -{% data reusables.package_registry.package-immutability %} - ### Deleting a version of a user-owned container image on {% data variables.product.prodname_dotcom %} {% data reusables.package_registry.package-settings-from-user-level %} diff --git a/content/packages/publishing-and-managing-packages/deleting-a-package.md b/content/packages/publishing-and-managing-packages/deleting-a-package.md index 72db48bacf84..3ac14a5879bc 100644 --- a/content/packages/publishing-and-managing-packages/deleting-a-package.md +++ b/content/packages/publishing-and-managing-packages/deleting-a-package.md @@ -35,10 +35,6 @@ At this time, {% data variables.product.prodname_registry %} on {% data variable {% endif %} -### Reserved package versions and names - -{% data reusables.package_registry.package-immutability %} - ### Deleting a version of a private package on {% data variables.product.product_name %} To delete a private package version, you must have admin permissions in the repository. diff --git a/content/packages/publishing-and-managing-packages/publishing-a-package.md b/content/packages/publishing-and-managing-packages/publishing-a-package.md index 68d69b2a592f..e44f7a900084 100644 --- a/content/packages/publishing-and-managing-packages/publishing-a-package.md +++ b/content/packages/publishing-and-managing-packages/publishing-a-package.md @@ -18,8 +18,6 @@ You can help people understand and use your package by providing a description a {% data reusables.package_registry.public-or-private-packages %} A repository can contain more than one package. To prevent confusion, make sure the README and description clearly provide information about each package. -{% data reusables.package_registry.package-immutability %} - {% if currentVersion == "free-pro-team@latest" %} If a new version of a package fixes a security vulnerability, you should publish a security advisory in your repository. {% data variables.product.prodname_dotcom %} reviews each published security advisory and may use it to send {% data variables.product.prodname_dependabot_alerts %} to affected repositories. For more information, see "[About GitHub Security Advisories](/github/managing-security-vulnerabilities/about-github-security-advisories)." {% endif %} diff --git a/data/reusables/package_registry/package-immutability.md b/data/reusables/package_registry/package-immutability.md deleted file mode 100644 index b681b521909d..000000000000 --- a/data/reusables/package_registry/package-immutability.md +++ /dev/null @@ -1,5 +0,0 @@ -**Public packages:** To prevent confusion and build problems, {% data variables.product.prodname_dotcom %} permanently reserves a package's name and version number. Even if an entire package is deleted, you cannot reuse the deleted package name in any repository owned by the same account. - -**Private packages:** If all versions of a private package are deleted, you can publish a package with a previously used name and version. - -To revise or replace a package version, we recommend you publish a new version of your package.