Skip to content

Commit d2eefda

Browse files
authored
doc: mention git node release prepare
1 parent 5ff46db commit d2eefda

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/contributing/releases.md

Lines changed: 11 additions & 0 deletions
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 following
274+
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)