Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb0ca98

Browse filesBrowse files
RafaelGSSaduh95
authored andcommitted
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 44ac0e1 commit eb0ca98
Copy full SHA for eb0ca98

1 file changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/contributing/releases.md‎

Copy file name to clipboardExpand all lines: doc/contributing/releases.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.