Skip to content

Commit

Permalink
repo sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Octomerger authored Oct 9, 2020
2 parents 71675ff + 25351e5 commit 4e2a246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: About issues
intro: 'Use issues to track ideas, enhancements, tasks, or bugs for work on {% data variables.product.product_name %}.'
redirect_from:
- /articles/creating-issues/
- /articles/about-issues
- /articles/about-issues/
versions:
free-pro-team: '*'
enterprise-server: '*'
Expand Down
4 changes: 3 additions & 1 deletion data/reusables/package_registry/package-immutability.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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.
**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.

0 comments on commit 4e2a246

Please sign in to comment.