Skip to content

Commit

Permalink
doc: mention git node release prepare
Browse files Browse the repository at this point in the history
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
PR-URL: nodejs#48644
Reviewed-By: Ruy Adorno <ruyadorno@google.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
RafaelGSS authored and Ceres6 committed Aug 14, 2023
1 parent 21c6bc4 commit 2e0073b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2e0073b

Please sign in to comment.