From c377c8a97adfaf39d166e341ed0c1c3f73cab459 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Wed, 13 Apr 2022 10:02:21 -0700 Subject: [PATCH] Update release steps (#26905) --- .../enterprise-server-issue-templates/release-issue.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions-scripts/enterprise-server-issue-templates/release-issue.md b/.github/actions-scripts/enterprise-server-issue-templates/release-issue.md index b2e0325f8cd4..a68b6811d4c5 100644 --- a/.github/actions-scripts/enterprise-server-issue-templates/release-issue.md +++ b/.github/actions-scripts/enterprise-server-issue-templates/release-issue.md @@ -18,11 +18,8 @@ If you aren't comfortable going through the steps alone, sync up with a docs eng ``` script/update-enterprise-dates.js ``` -- [ ] Create REST files based on previous version. For example `script/enterprise-server-releases/create-rest-files.js --oldVersion enterprise-server@3.2 --newVersion enterprise-server@3.3`: +- [ ] Create REST files based on previous version. Copy the latest GHES version of the dereferenced file from `lib/rest/static/dereferenced` to a new file in the same directory for the new GHES release. Ex, `cp lib/rest/static/dereferenced/ghes-3.4.deref.json lib/rest/static/dereferenced/ghes-3.5.deref.json`. Then run `script/rest/updated-files.js --decorate-only` and check in the resulting files. - ``` - script/enterprise-server-releases/create-rest-files.js --oldVersion --newVersion - ``` - [ ] Create GraphQL files based on previous version: ```