Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 15857cc

Browse files
authoredSep 13, 2021
Merge branch 'main' into jules-5007
2 parents 8ee7118 + f14f9d0 commit 15857cc

File tree

1,028 files changed

+1506243
-937377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,028 files changed

+1506243
-937377
lines changed
 

‎.github/actions-scripts/enterprise-server-issue-templates/deprecation-issue.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ The day after a GHES version's [deprecation date](https://github.com/github/docs
44

55
**Note**: Do each step below in a separate PR. Only move on to the next step when the previous PR has been merged.
66

7+
## Step 0: Remove deprecated version numbers from docs-content issue forms
8+
9+
**Note**: This step can be performed independently of all other steps, and can be done several days before or along with the other steps.
10+
11+
- [ ] In the `docs-content` repo, remove the deprecated GHES version number from the "Specific GHES version(s)" section in the following files (in the `.github/ISSUE_TEMPLATE/` directory): [`release-tier-1-or-2-tracking.yml`](https://github.com/github/docs-content/blob/main/.github/ISSUE_TEMPLATE/release-tier-1-or-2-tracking.yml) and [`release-tier-3-or-tier-4.yml`](https://github.com/github/docs-content/blob/main/.github/ISSUE_TEMPLATE/release-tier-3-or-tier-4.yml).
12+
- [ ] When the PR is approved, merge it in. This can be merged independently from all other steps.
13+
714
## Step 1: Scrape the docs and archive the files
815

916
- [ ] In your checkout of the [repo with archived GHES content](https://github.com/github/help-docs-archived-enterprise-versions), create a new branch: `git checkout -b deprecate-<version>`
@@ -58,3 +65,4 @@ In your `docs-internal` checkout:
5865
- [ ] Open a PR with the results. The diff may be large and complex, so make sure to get a review from `@github/docs-content`.
5966
- [ ] Debug any test failures or unexpected results.
6067
- [ ] When the PR is approved, merge it in to complete the deprecation. This can be merged independently from step 5.
68+

‎.github/actions-scripts/enterprise-server-issue-templates/release-issue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ This file should be automatically updated, but you can also run `script/update-e
107107
- [ ] The `github/docs-internal` repo is frozen, and the `Repo Freeze Check / Prevent merging during deployment freezes (pull_request_target)` test is expected to fail. Use admin permissions to ship the release branch with this failure.
108108
- [ ] Do any required smoke tests.
109109
- [ ] Once smoke tests have passed, you can [unfreeze the repos](https://github.com/github/docs-content/blob/main/docs-content-docs/docs-content-workflows/freezing.md) and post an announcement in Slack.
110+
- [ ] After the release, in the `docs-content` repo, add the now live version number to the "Specific GHES version(s)" section in the following files: [`.github/ISSUE_TEMPLATE/release-tier-1-or-2-tracking.yml`](https://github.com/github/docs-content/blob/main/.github/ISSUE_TEMPLATE/release-tier-1-or-2-tracking.yml) and [`.github/ISSUE_TEMPLATE/release-tier-3-or-tier-4.yml`](https://github.com/github/docs-content/blob/main/.github/ISSUE_TEMPLATE/release-tier-3-or-tier-4.yml). When the PR is approved, merge it in.

0 commit comments

Comments
 (0)
Please sign in to comment.