chore: update deps

This commit is contained in:
Vben
2021-03-26 21:16:08 +08:00
parent 2658e15dad
commit e090689ef5
16 changed files with 515 additions and 498 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
'resolved',
],
issuePrefixes: ['#'],
noteKeywords: ['BREAKING CHANGE', '不兼容变更'],
noteKeywords: ['BREAKING CHANGE'],
fieldPattern: /^-(.*?)-$/,
revertPattern: /^Revert\s"([\s\S]*)"\s*This reverts commit (\w*)\./,
revertCorrespondence: ['header', 'hash'],
@@ -50,6 +50,7 @@ module.exports = {
'wip',
'workflow',
'types',
'release',
],
],
},