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.
--gpgSign
-S
1 parent 5b91899 commit 575196dCopy full SHA for 575196d
components/git/release.js
@@ -26,6 +26,10 @@ const releaseOptions = {
26
describe: 'Promote new release of Node.js',
27
type: 'boolean'
28
},
29
+ 'gpg-sign': {
30
+ describe: 'GPG-sign commits, will be passed to the git process',
31
+ alias: 'S'
32
+ },
33
security: {
34
describe: 'Demarcate the new security release as a security release',
35
0 commit comments