Commit 0be7cbe
committed
0.16.0 release
- Python 3.10 support
- New Rule: ignore-by-author-name allows users to skip linting commit messages
made by specific authors
- --commit <SHA> flag to more easily lint a single commit message (#141)
- --fail-without-commits flag will force gitlint to fail (exit code 253) when
the target commit range is empty (typically when using --commits) (#193)
- Bugfixes:
- contrib-title-conventional-commits (CT1) now properly enforces the commit
type (#185)
- contrib-title-conventional-commits (CT1) now supports the BREAKING CHANGE
symbol "!" (#186)
- Under-the-hood: dependencies updated, test and github action improvements.
Full Release details in CHANGELOG.md.1 parent 5e0d604 commit 0be7cbe
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments