Skip to content

Commit 5d900be

Browse files
authored
doc: add path to vulnerabilities.json mention
Refs: nodejs/node-core-utils@89df053 PR-URL: #62355 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh>
1 parent 8199f9c commit 5d900be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/contributing/releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,22 +314,22 @@ git checkout -b v1.2.3-proposal upstream/v1.x-staging
314314
You 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

320320
Example:
321321

322322
```bash
323323
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
325325
```
326326

327327
to automate the remaining steps until step 6 or you can perform it manually
328328
following the below steps. For semver-minors, you can pass the new version
329329
explicitly 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>

0 commit comments

Comments
 (0)