Skip to content

Commit

Permalink
chore(generic): add breaking changes prompt to npm run commit
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Apr 28, 2017
1 parent c19d1c2 commit 566fd6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cz.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ module.exports = {
{ name: 'generic' },
],
allowCustomScopes: true,
allowBreakingChanges: ['feat', 'fix'],
}

0 comments on commit 566fd6f

Please sign in to comment.