File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
- id : commitizen
2
2
name : commitizen check
3
3
description : >
4
- Check whether the current commit message follows commiting rules. Allow
4
+ Check whether the current commit message follows committing rules. Allow
5
5
empty commit messages by default, because they typically indicate to Git
6
6
that the commit should be aborted.
7
7
entry : cz check
Original file line number Diff line number Diff line change 784
784
785
785
### Fix
786
786
787
- - ** check** : filter out comment messege when checking
787
+ - ** check** : filter out comment message when checking
788
788
789
789
## v2.20.2 (2021-12-14)
790
790
1035
1035
1036
1036
### Fix
1037
1037
1038
- - prevent prerelase from creating a bump when there are no commits
1038
+ - prevent prerelease from creating a bump when there are no commits
1039
1039
1040
1040
## v2.8.0 (2020-11-15)
1041
1041
1522
1522
1523
1523
- new config system where each config type has its own class
1524
1524
- ** config** : add type annotation to config property
1525
- - ** config** : fix wrongly type annoated functions
1525
+ - ** config** : fix wrongly type annotated functions
1526
1526
- ** config/ini_config** : move deprecation warning into class initialization
1527
1527
- ** config** : use add_path instead of directly assigning _ path
1528
1528
- ** all** : replace all the _ settings invoke with settings.update
You can’t perform that action at this time.
0 commit comments