Skip to content

Commit

Permalink
fix(questions): reword breaking change message to make no-breaks case…
Browse files Browse the repository at this point in the history
… clearer
  • Loading branch information
jpnelson committed Feb 27, 2017
1 parent f93880b commit 122a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make-default-questions.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = (allPackages, changedPackages) => ([
{
type: 'input',
name: 'breaking',
message: 'List any BREAKING CHANGES (optional):\n',
message: 'List any BREAKING CHANGES (if none, leave blank):\n',
},
{
type: 'input',
Expand Down

0 comments on commit 122a508

Please # to comment.