| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e0ff861 commit 4b691b5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -325,7 +325,12 @@ git node release -S --prepare --security --filterLabel v20.x | |||
| 325 | 325 | ``` | |
| 326 | 326 | ||
| 327 | 327 | 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 | + ``` | ||
| 329 | 334 | ||
| 330 | 335 | <details> | |
| 331 | 336 | <summary>Security release</summary> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments