doc: mention prepare --security

PR-URL: https://github.com/nodejs/node/pull/56617
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
pull/54297/merge
Rafael Gonzaga 2025-01-17 18:50:56 -03:00 committed by GitHub
parent a500382d18
commit 6f946c95b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

View File

@ -308,6 +308,22 @@ branch.
git checkout -b v1.2.3-proposal upstream/v1.x-staging
```
You can also run:
```bash
git node release -S --prepare --security --filterLabel vX.x
```
Example:
```bash
git checkout v20.x
git node release -S --prepare --security --filterLabel v20.x
```
to automate the remaining steps until step 6 or you can perform it manually
following the below steps.
<details>
<summary>Security release</summary>