diff --git a/index.js b/index.js index 61e6d517b..72c9c5378 100755 --- a/index.js +++ b/index.js @@ -31,6 +31,13 @@ var argv = require('yargs') default: false, global: true }) + .option('no-verify', { + alias: 'n', + describe: 'Bypass pre-commit or commit-msg git hooks during the commit phase.', + type: 'boolean', + default: false, + global: true + }) .help() .alias('help', 'h') .example('$0', 'Update changelog and tag release')