Skip to content

Commit

Permalink
fix: commitlint on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Jul 11, 2024
1 parent ecde5de commit a88e381
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


module.exports = { extends: ['@commitlint/config-conventional'] }
// commitlint.config.js
module.exports = {
extends: ['@commitlint/config-conventional'],
ignores: [(message) => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)],
}

0 comments on commit a88e381

Please sign in to comment.