Skip to content

Commit dd7ea3e

Browse files
RafaelGSSjuanarbol
authored andcommitted
doc: mention git node release prepare
Signed-off-by: RafaelGSS <[email protected]> PR-URL: #48644 Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 4a0b66e commit dd7ea3e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/contributing/releases.md

+11
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,17 @@ You can integrate the PRs into the proposal without running full CI.
264264

265265
### 2. Create a new branch for the release
266266

267+
⚠️ At this point, you can either run `git node release --prepare`:
268+
269+
```console
270+
$ git node release --prepare x.y.z
271+
```
272+
273+
to automate the remaining steps until step 6 or you can perform it manually
274+
following the below steps.
275+
276+
***
277+
267278
Create a new branch named `vx.y.z-proposal`, off the corresponding staging
268279
branch.
269280

0 commit comments

Comments
 (0)