Skip to content

Commit 20a84e9

Browse files
Remove note about package immutability (#1193)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent 96d14b0 commit 20a84e9

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

content/packages/managing-container-images-with-github-container-registry/deleting-a-container-image.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ To delete a container image, you must have admin permissions to the container im
1616

1717
When deleting public packages, be aware that you may break projects that depend on your package.
1818

19-
### Reserved package versions and names
20-
21-
{% data reusables.package_registry.package-immutability %}
22-
2319
### Deleting a version of a user-owned container image on {% data variables.product.prodname_dotcom %}
2420

2521
{% data reusables.package_registry.package-settings-from-user-level %}

content/packages/publishing-and-managing-packages/deleting-a-package.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ At this time, {% data variables.product.prodname_registry %} on {% data variable
3535

3636
{% endif %}
3737

38-
### Reserved package versions and names
39-
40-
{% data reusables.package_registry.package-immutability %}
41-
4238
### Deleting a version of a private package on {% data variables.product.product_name %}
4339

4440
To delete a private package version, you must have admin permissions in the repository.

content/packages/publishing-and-managing-packages/publishing-a-package.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ You can help people understand and use your package by providing a description a
1818

1919
{% 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.
2020

21-
{% data reusables.package_registry.package-immutability %}
22-
2321
{% if currentVersion == "free-pro-team@latest" %}
2422
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)."
2523
{% endif %}

data/reusables/package_registry/package-immutability.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)