Skip to content

Commit a88e381

Browse files
committed
fix: commitlint on ci
1 parent ecde5de commit a88e381

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

commitlint.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
2-
3-
module.exports = { extends: ['@commitlint/config-conventional'] }
1+
// commitlint.config.js
2+
module.exports = {
3+
extends: ['@commitlint/config-conventional'],
4+
ignores: [(message) => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
5+
}

0 commit comments

Comments
 (0)