Skip to content

Commit

Permalink
feat(packages): detects # of changed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnelson committed Aug 1, 2016
1 parent 446af53 commit 8b69b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
name: 'packages',
'default': getChangedComponents(),
choices: allPackages,
message: 'The packages that this commit has affected\n',
message: `The packages that this commit has affected (${getChangedComponents().length} detected)\n`,
validate: function (input) {
const type = conventionalAnswers.type;
const isRequired = ['feat', 'fix'].indexOf(type) > -1;
Expand Down

0 comments on commit 8b69b22

Please sign in to comment.