Skip to content

Commit 1b4f2b2

Browse files
committed
doc: mention --newVersion release script
1 parent 3518af0 commit 1b4f2b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/contributing/releases.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,12 @@ git node release -S --prepare --security --filterLabel v20.x
325325
```
326326

327327
to automate the remaining steps until step 6 or you can perform it manually
328-
following the below steps.
328+
following the below steps. For semver-minors, you can pass the new version
329+
explicitly with `--newVersion` arg:
330+
331+
```bash
332+
git node release -S --prepare --security --filterLabel v20.x --newVersion 20.20.0
333+
```
329334

330335
<details>
331336
<summary>Security release</summary>

0 commit comments

Comments
 (0)