diff --git a/lib/prompts.js b/lib/prompts.js index 024075d..8895479 100644 --- a/lib/prompts.js +++ b/lib/prompts.js @@ -19,6 +19,7 @@ const releaseTypes = [ short: 'patch', value: 'patch' }], + default: 2, filter(val) { return val.toLowerCase(); } @@ -38,5 +39,5 @@ const pushThemAll = [{ module.exports = { - releaseTypes, pushThemAll, doRunBuild + releaseTypes, pushThemAll };