Skip to content

Commit 566fd6f

Browse files
committed
chore(generic): add breaking changes prompt to npm run commit
1 parent c19d1c2 commit 566fd6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cz.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ module.exports = {
2424
{ name: 'generic' },
2525
],
2626
allowCustomScopes: true,
27+
allowBreakingChanges: ['feat', 'fix'],
2728
}

0 commit comments

Comments
 (0)