Skip to content

Commit

Permalink
fix: adjust --post-release description (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Jun 25, 2024
1 parent 15aa3d3 commit 5dd6614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/git/security.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function builder(yargs) {
'Request CVEs for a security release of Node.js based on' +
' the next-security-release/vulnerabilities.json'
).example(
'git node security --post-release' +
'git node security --post-release',
'Create the post-release announcement on the Nodejs.org repo'
);
}
Expand Down

0 comments on commit 5dd6614

Please sign in to comment.