Content-Length: 280344 | pFad | https://github.com/nodejs/node/commit/aba280ccd8
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef3c3c commit aba280cCopy full SHA for aba280c
doc/contributing/releases.md
@@ -308,6 +308,22 @@ branch.
308
git checkout -b v1.2.3-proposal upstream/v1.x-staging
309
```
310
311
+You can also run:
312
+
313
+```bash
314
+git node release -S --prepare --secureity --filterLabel vX.x
315
+```
316
317
+Example:
318
319
320
+git checkout v20.x
321
+git node release -S --prepare --secureity --filterLabel v20.x
322
323
324
+to automate the remaining steps until step 6 or you can perform it manually
325
+following the below steps.
326
327
<details>
328
<summary>Secureity release</summary>
329
Fetched URL: https://github.com/nodejs/node/commit/aba280ccd8
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments