We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3518af0 commit 1b4f2b2Copy full SHA for 1b4f2b2
doc/contributing/releases.md
@@ -325,7 +325,12 @@ git node release -S --prepare --security --filterLabel v20.x
325
```
326
327
to automate the remaining steps until step 6 or you can perform it manually
328
-following the below steps.
+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
+```
334
335
<details>
336
<summary>Security release</summary>
0 commit comments