@@ -230,7 +230,7 @@ $ git push upstream v1.x-staging
230
230
<summary >Security release</summary >
231
231
232
232
Security releases with private patches need to be prepared in the ` nodejs-private `
233
- GitHub organisation .
233
+ GitHub organization .
234
234
235
235
Add the ` nodejs-private ` remote:
236
236
@@ -252,7 +252,7 @@ The list of patches to include should be listed in the "Next Security Release"
252
252
issue in ` nodejs-private ` . Ask the security release steward if you're unsure.
253
253
254
254
The ` git node land ` tool does not work with the ` nodejs-private `
255
- organisation . To land a PR in Node.js private, use ` git cherry-pick ` to apply
255
+ organization . To land a PR in Node.js private, use ` git cherry-pick ` to apply
256
256
each commit from the PR. You will also need to manually apply the PR
257
257
metadata (` PR-URL ` , ` Reviewed-by ` , etc.) by amending the commit messages. If
258
258
known, additionally include ` CVE-ID: CVE-XXXX-XXXXX ` in the commit metadata.
373
373
374
374
For security releases, it is necessary to include more detailed information
375
375
including which vulnerabilities have been fixed, and any revert flags or
376
- workarounds to revert to the old behaviour .
376
+ workarounds to revert to the old behavior .
377
377
378
378
You can use the following template as a guide:
379
379
@@ -751,7 +751,7 @@ $ git push upstream v1.x-staging
751
751
<summary >Security release</summary >
752
752
753
753
For security releases, you can start merging the release in the ` nodejs-private `
754
- GitHub organisation in advance by following the same steps:
754
+ GitHub organization in advance by following the same steps:
755
755
756
756
``` console
757
757
$ git checkout v1.x
0 commit comments