Skip to content

Commit 573b6eb

Browse files
authored
Minor tweak to deprecation steps to make adding a tag faster (#55518)
1 parent 07f9410 commit 573b6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ghes-releases/lib/deprecation-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ All previously archived content lives in its own repository. For example, GHES 3
172172
173173
## Step 5: Create a tag
174174
175-
1. Create a new tag for the most recent commit on the `main` branch so that we can keep track of where in commit history we removed the GHES release. Create a tag called `enterprise-<release number>-release`. To create only a tag and not a release, you can [create a new release](https://github.com/github/docs-internal/releases), which allows you to "Choose a tag." Select add a new tag and use the tag name as the release title. After creating the new release, you will see the new tag as well. You can then delete the release.
175+
1. Create a new tag for the most recent commit on the `main` branch so that we can keep track of where in commit history we removed the GHES release. Create a tag called `enterprise-<release number>-deprecation`. On your local, `git checkout main`, `git pull`, `git tag enterprise-<version>-deprecation`, then `git push --tags --no-verify`.
176176
177-
## Step 7: Deprecate the OpenAPI description in `github/github`
177+
## Step 6: Deprecate the OpenAPI description in `github/github`
178178
179179
1. In `github/github`, edit the release's config file in `app/api/description/config/releases/`, and change `deprecated: false` to `deprecated: true`.
180180

0 commit comments

Comments
 (0)