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 aba280c

Browse filesBrowse files
RafaelGSSmarco-ippolito
authored andcommitted
doc: mention prepare --security
PR-URL: #56617 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 5ef3c3c commit aba280c
Copy full SHA for aba280c

File tree

Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Open diff view settings
Collapse file

‎doc/contributing/releases.md‎

Copy file name to clipboardExpand all lines: doc/contributing/releases.md
+16Lines changed: 16 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,22 @@ branch.
308308
git checkout -b v1.2.3-proposal upstream/v1.x-staging
309309
```
310310

311+
You can also run:
312+
313+
```bash
314+
git node release -S --prepare --security --filterLabel vX.x
315+
```
316+
317+
Example:
318+
319+
```bash
320+
git checkout v20.x
321+
git node release -S --prepare --security --filterLabel v20.x
322+
```
323+
324+
to automate the remaining steps until step 6 or you can perform it manually
325+
following the below steps.
326+
311327
<details>
312328
<summary>Security release</summary>
313329

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.