Skip to content

Commit

Permalink
change: release type defaults to patch now; fix: prompt.js exports
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaer committed Jan 7, 2017
1 parent 182edab commit c8684ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const releaseTypes = [
short: 'patch',
value: 'patch'
}],
default: 2,
filter(val) {
return val.toLowerCase();
}
Expand All @@ -38,5 +39,5 @@ const pushThemAll = [{


module.exports = {
releaseTypes, pushThemAll, doRunBuild
releaseTypes, pushThemAll
};

0 comments on commit c8684ea

Please sign in to comment.