1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Create ghes release features (#36718)

This commit is contained in:
Rachael Sewell
2023-05-01 08:57:38 -07:00
committed by GitHub
parent 2876eda1f9
commit 7c7ec9027e
32 changed files with 116 additions and 175 deletions

View File

@@ -4,12 +4,12 @@ Rendered here: https://docs.github.com/en/enterprise-server@latest/admin/release
## Adding release notes to a deprecated GitHub Enterprise Server release
During the deprecation of a GitHub Enterprise Server release per [this issue template](/.github/actions-scripts/enterprise-server-issue-templates/deprecation-issue.md), Docs Engineering removes the YAML files with the version's release notes from `github/docs-internal`.
During the deprecation of a GitHub Enterprise Server release per [this issue template](/src/ghes-releases/lib/deprecation-steps.md), Docs Engineering removes the YAML files with the version's release notes from `github/docs-internal`.
If a stakeholder requests an update to deprecated release notes, you can update the notes by completing the following steps.
1. Check out the long-running branch <code>enterprise-<em>VERSION</em>-release</code> and create a PR to update the release notes for the deprecated version on that branch.
2. Reach out to #docs-engineering to request a re-scrape and update of the content stored in Azure. See the section about re-scraping content in the [deprecation checklist](/.github/actions-scripts/enterprise-server-issue-templates/deprecation-issue.md).
2. Reach out to #docs-engineering to request a re-scrape and update of the content stored in Azure. See the section about re-scraping content in the [deprecation checklist](/src/ghes-releases/lib/deprecation-steps.md).
## How it works