Skip to content

Commit 144d57c

Browse files
committed
docs: warn about BREAKING CHANGES
1 parent 041780a commit 144d57c

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [22.0.0](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v22.0.0) (2026-04-30)
7+
8+
### BREAKING CHANGES
9+
10+
* When using commitlint in --verbose mode, commit message will be shown after a new line (EOL), instead of after a colon like in older versions. To restore the old behaviour, use the flag `--legacy-output`.
11+
12+
613
## [20.5.2](https://github.com/conventional-changelog/commitlint/compare/v20.5.1...v20.5.2) (2026-04-25)
714

815

docs/guides/local-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,7 @@ No staged files match any of provided globs.
291291
# husky > commit-msg
292292
```
293293

294+
Since [v22.0.0](https://github.com/conventional-changelog/commitlint/releases/tag/v22.0.0) `commitlint` will output the commit message after a new line (EOL) instead of after a colon.\
295+
(You can use the `--legacy-output` flag to get the previous output format used in older versions)
296+
294297
Local linting is fine for fast feedback but can easily be tinkered with. To ensure all commits are linted you'll want to check commits on an automated CI Server too. Learn how to in the [CI Setup guide](/guides/ci-setup).

0 commit comments

Comments
 (0)