Skip to content

Commit 7a92247

Browse files
committed
ran script/update-readme.js
1 parent 4ebb52e commit 7a92247

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

script/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `ignore` array is for client-side or build-time stuff that doesn't get `requ
5959

6060
### [`check-english-links.js`](check-english-links.js)
6161

62-
This script runs once per day via a scheduled GitHub Action to check all links in English content, not including deprecated Enterprise Server content. It opens an issue if it finds broken links. To exclude a link, add it to `lib/excluded-links.js`.
62+
This script runs once per day via a scheduled GitHub Action to check all links in English content, not including deprecated Enterprise Server content. It opens an issue if it finds broken links. To exclude a link path, add it to `lib/excluded-links.js`.
6363

6464
---
6565

@@ -134,7 +134,14 @@ Run this script after an Enterprise deprecation to remove Liquid statements and
134134
---
135135

136136

137-
### [`enterprise-server-releases/create-webhooks-for-new-version.js`](enterprise-server-releases/create-webhooks-for-new-version.js)
137+
### [`enterprise-server-releases/create-graphql-files.js`](enterprise-server-releases/create-graphql-files.js)
138+
139+
This script creates the static GraphQL files for a new version.
140+
141+
---
142+
143+
144+
### [`enterprise-server-releases/create-webhook-files.js`](enterprise-server-releases/create-webhook-files.js)
138145

139146
This script creates new static webhook payload files for a new version.
140147

0 commit comments

Comments
 (0)