| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 44ac0e1 commit eb0ca98
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -314,22 +314,22 @@ git checkout -b v1.2.3-proposal upstream/v1.x-staging | |||
| 314 | 314 | You can also run: | |
| 315 | 315 | ||
| 316 | 316 | ```bash | |
| 317 | - git node release -S --prepare --security --filterLabel vX.x | ||
| 317 | + git node release -S --prepare --security=../vulnerabilities.json --filterLabel vX.x | ||
| 318 | 318 | ``` | |
| 319 | 319 | ||
| 320 | 320 | Example: | |
| 321 | 321 | ||
| 322 | 322 | ```bash | |
| 323 | 323 | git checkout v20.x | |
| 324 | - git node release -S --prepare --security --filterLabel v20.x | ||
| 324 | + git node release -S --prepare --security=../vulnerabilities.json --filterLabel v20.x | ||
| 325 | 325 | ``` | |
| 326 | 326 | ||
| 327 | 327 | to automate the remaining steps until step 6 or you can perform it manually | |
| 328 | 328 | following the below steps. For semver-minors, you can pass the new version | |
| 329 | 329 | explicitly with `--newVersion` arg: | |
| 330 | 330 | ||
| 331 | 331 | ```bash | |
| 332 | - git node release -S --prepare --security --filterLabel v20.x --newVersion 20.20.0 | ||
| 332 | + git node release -S --prepare --security=../vulnerabilities.json --filterLabel v20.x --newVersion 20.20.0 | ||
| 333 | 333 | ``` | |
| 334 | 334 | ||
| 335 | 335 | <details> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments