Skip to content

Commit

Permalink
ci(commitlint): fix parsing of release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sargreal committed Jun 6, 2023
1 parent 01b987e commit 31c5ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = {
ignores: [
(message) =>
/^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message) ||
/^chore(release)/.test(message),
/^chore\(release\)/.test(message),
],
}

0 comments on commit 31c5ebc

Please sign in to comment.