doc: mention git node release prepare

Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
PR-URL: https://github.com/nodejs/node/pull/48644
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
Rafael Gonzaga
2023-07-06 09:54:51 -03:00
committed by GitHub
parent b5e16adb1d
commit bc8750ec19

View File

@@ -264,6 +264,17 @@ You can integrate the PRs into the proposal without running full CI.
### 2. Create a new branch for the release
⚠️ At this point, you can either run `git node release --prepare`:
```console
$ git node release --prepare x.y.z
```
to automate the remaining steps until step 6 or you can perform it manually
following the below steps.
***
Create a new branch named `vx.y.z-proposal`, off the corresponding staging
branch.