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.
1 parent ecde5de commit a88e381Copy full SHA for a88e381
commitlint.config.js
@@ -1,3 +1,5 @@
1
-
2
3
-module.exports = { extends: ['@commitlint/config-conventional'] }
+// commitlint.config.js
+module.exports = {
+ extends: ['@commitlint/config-conventional'],
4
+ ignores: [(message) => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
5
+}
0 commit comments