Skip to content

Commit d40b8db

Browse files
RafaelGSSaduh95
authored andcommitted
doc: mention --newVersion release script
PR-URL: #61255 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 1bb920b commit d40b8db

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)