File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines 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
314314You can also run:
315315
316316``` bash
317- git node release -S --prepare --security --filterLabel vX.x
317+ git node release -S --prepare --security=../vulnerabilities.json --filterLabel vX.x
318318```
319319
320320Example:
321321
322322``` bash
323323git 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
325325```
326326
327327to automate the remaining steps until step 6 or you can perform it manually
328328following the below steps. For semver-minors, you can pass the new version
329329explicitly with ` --newVersion ` arg:
330330
331331``` 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
333333```
334334
335335<details >
You can’t perform that action at this time.
0 commit comments