doc: add -S flag release preparation example

PR-URL: https://github.com/nodejs/node/pull/55836
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Antoine du Hamel 2024-11-15 14:10:22 +00:00 committed by GitHub
parent 0c8ef483ee
commit def4c2870a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -284,8 +284,8 @@ You can integrate the PRs into the proposal without running full CI.
⚠️ At this point, you can either run `git node release --prepare`:
```console
$ git node release --prepare x.y.z
```bash
git node release -S --prepare x.y.z
```
to automate the remaining steps until step 6 or you can perform it manually