Skip to content

Commit 575196d

Browse files
committed
fixup! add --gpgSign/-S option
1 parent 5b91899 commit 575196d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/git/release.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ const releaseOptions = {
2626
describe: 'Promote new release of Node.js',
2727
type: 'boolean'
2828
},
29+
'gpg-sign': {
30+
describe: 'GPG-sign commits, will be passed to the git process',
31+
alias: 'S'
32+
},
2933
security: {
3034
describe: 'Demarcate the new security release as a security release',
3135
type: 'boolean'

0 commit comments

Comments
 (0)