You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- include links to existing issues, PRs, and failing checks if applicable -->
19
+
20
+
### What did you expect to happen?
21
+
22
+
23
+
### What have you tried?
24
+
<!-- delete this section if it’s not relevant to your issue -->
25
+
26
+
-[ ] Inspected failing test output 🔍
27
+
-[ ] Reproduced the problem locally on your own computer 💻
28
+
-[ ] Redeployed to staging
29
+
-[ ] Asked writers on the `@github/product-docs` team for 👀
30
+
-[ ] Other...
31
+
32
+
### What is the timeframe?
33
+
34
+
<!--
35
+
If you are blocked on a PR, when does it ship? Otherwise, an estimated timeframe
36
+
is helpful (for example, "TBD next month" or even "Whenever you get to it")
37
+
38
+
If this issue requires immediate attention, please let us know on Slack in #docs-engineering
39
+
after you've opened it.
40
+
-->
41
+
42
+
<!--
43
+
This issue will be automatically added to the Docs Engineering - Backlog to be triaged by our first responder and EPD leads. We typically triage on Monday.
about: Playbook for releasing new Enterprise versions
4
+
title: ''
5
+
labels: engineering
6
+
assignees: ''
7
+
---
8
+
9
+
-[ ] Prepend the new version string to the `supported` array in [lib/enterprise-server-releases.js](lib/enterprise-server-releases.js)
10
+
-[ ] Run `npm run sync-search` to generate and upload new Algolia indices in each supported language for the new GHE version. You can also run `npm run sync-search-dry-run` to do a test build of all the indices without actually uploading anything to Algolia's servers. See [search.md#development](https://github.com/github/docs-internal/blob/main/search.md#development) for more details.
11
+
-[ ] Run `script/update-enterprise-dates.js` to get the latest Enterprise release and deprecation dates.
12
+
13
+
**Note**: The `update-enterprise-dates.js` script requires that you have a GitHub Personal Access Token in a `.env` file. See [script/README.md](https://github.com/github/docs-internal/blob/main/script/README.md#additional-scripts) for details.
0 commit comments