Skip to content

Commit

Permalink
chore: update cz-customizable config
Browse files Browse the repository at this point in the history
  • Loading branch information
QingyunYang committed Aug 9, 2022
1 parent 0a6153a commit 93a871f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .cz-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @type {import('cz-customizable').Options}
*/
module.exports = {
types: [
{
Expand Down Expand Up @@ -49,7 +52,7 @@ module.exports = {
name: '⏱ revert: Revert to a commit',
},
],
scopes: [],
allowCustomScopes: false,
scopes: [{ name: 'h5' }, { name: 'weapp' }],
allowCustomScopes: true,
allowBreakingChanges: ['feat', 'fix'],
}

0 comments on commit 93a871f

Please sign in to comment.