We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8940dcd + 4794c46 commit 8973788Copy full SHA for 8973788
index.js
@@ -2,7 +2,8 @@ const defaultConfig = {
2
extends: ['@commitlint/config-conventional'],
3
rules: {
4
'subject-case': [2, 'always', ['sentence-case', 'start-case']]
5
- }
+ },
6
+ ignores: [message => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)]
7
}
8
9
module.exports = defaultConfig
0 commit comments