Skip to content

Commit 2938244

Browse files
committed
fix: fix ignore function
1 parent 7a634a4 commit 2938244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitlint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
extends: ['@commitlint/config-conventional'],
3-
ignores: [(message) => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
3+
ignores: [(message) => /^Bumps \[(.+)\]\((.+)\)(.*).$/m.test(message)],
44
rules: {
55
'body-max-line-length': [0, 'always'],
66
}

0 commit comments

Comments
 (0)