You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: command.js
+3-7
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,9 @@ const yargs = require('yargs')
26
26
default: defaults.infile
27
27
})
28
28
.option('message',{
29
-
alias: 'm',
30
-
describe: 'Commit message, replaces %s with new version',
31
-
type: 'string',
32
-
default: defaults.message
29
+
alias: ['m'],
30
+
describe: '[DEPRECATED] Commit message, replaces %s with new version.\nThis option will be removed in the next major version, please use --releaseCommitMessageFormat.',
0 commit comments