Skip to content

Commit ad99b3a

Browse files
authored
Merge pull request #17064 from github/repo-sync
repo sync
2 parents a2905c4 + 178af01 commit ad99b3a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ If you aren't comfortable going through the steps alone, sync up with a docs eng
1818
```
1919
script/update-enterprise-dates.js
2020
```
21-
- [ ] Create REST files based on previous version. For example `script/enterprise-server-releases/create-rest-files.js --oldVersion [email protected] --newVersion [email protected]`:
21+
- [ ] 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.
2222
23-
```
24-
script/enterprise-server-releases/create-rest-files.js --oldVersion <PLAN@RELEASE> --newVersion <PLAN@RELEASE>
25-
```
2623
- [ ] Create GraphQL files based on previous version:
2724
2825
```

0 commit comments

Comments
 (0)