Skip to content

Commit 0d40fff

Browse files
authored
fix: update article's yaml frontmatter to exclude GitHub Enterprise Server 3.0 and 3.1
1 parent 9c85909 commit 0d40fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/packages/learn-github-packages/deleting-and-restoring-a-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99
- /packages/guides/deleting-a-container-image
1010
versions:
1111
fpt: '*'
12-
ghes: '*'
12+
ghes: '>=3.2'
1313
ghec: '*'
1414
ghae: '*'
1515
shortTitle: Delete & restore a package
@@ -27,7 +27,7 @@ On {% data variables.product.prodname_dotcom %} if you have the required access,
2727

2828
{% note %}
2929

30-
**Note:**
30+
**Note:**
3131
- You cannot delete a public package if any version of the package has more than 5000 downloads. In this scenario, contact [GitHub support](https://support.github.com/contact?tags=docs-packages) for further assistance.
3232
- When deleting public packages, be aware that you may break projects that depend on your package.
3333

0 commit comments

Comments
 (0)