We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15aa3d3 commit 5dd6614Copy full SHA for 5dd6614
components/git/security.js
@@ -79,7 +79,7 @@ export function builder(yargs) {
79
'Request CVEs for a security release of Node.js based on' +
80
' the next-security-release/vulnerabilities.json'
81
).example(
82
- 'git node security --post-release' +
+ 'git node security --post-release',
83
'Create the post-release announcement on the Nodejs.org repo'
84
);
85
}
0 commit comments