Skip to content

Commit 5c0a1ab

Browse files
committed
feat: support commitlint v20
The only breaking change in this release is that URLs are now ignored when assessing the line length in the commit body. https://github.com/conventional-changelog/commitlint/releases/tag/v20.0.0
1 parent a1e7510 commit 5c0a1ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/commitlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"extends": "../../package.json"
3030
},
3131
"peerDependencies": {
32-
"@commitlint/cli": ">=16.x <=19.x",
32+
"@commitlint/cli": ">=16.x <=20.x",
3333
"dotcom-tool-kit": "5.x"
3434
},
3535
"engines": {

0 commit comments

Comments
 (0)