Skip to content

Commit 8ca7582

Browse files
committed
docs: warn about BREAKING CHANGES
1 parent 7f02bb0 commit 8ca7582

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.1...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.1](https://github.com/conventional-changelog/commitlint/compare/v20.5.0...v20.5.1) (2026-03-31)
714

815

docs/guides/local-setup.md

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

204+
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.\
205+
(You can use the `--legacy-output` flag to get the previous output format used in older versions)
206+
204207
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)