Skip to content

Commit

Permalink
Remove note about package immutability (github#1193)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
  • Loading branch information
jcansdale and lucascosti authored Nov 24, 2020
1 parent 96d14b0 commit 20a84e9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
5 changes: 0 additions & 5 deletions data/reusables/package_registry/package-immutability.md

This file was deleted.

0 comments on commit 20a84e9

Please sign in to comment.