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 773
773
774
774
### Fix
775
775
776
- - ** check** : filter out comment messege when checking
776
+ - ** check** : filter out comment message when checking
777
777
778
778
## v2.20.2 (2021-12-14)
779
779
1024
1024
1025
1025
### Fix
1026
1026
1027
- - prevent prerelase from creating a bump when there are no commits
1027
+ - prevent prerelease from creating a bump when there are no commits
1028
1028
1029
1029
## v2.8.0 (2020-11-15)
1030
1030
1511
1511
1512
1512
- new config system where each config type has its own class
1513
1513
- ** config** : add type annotation to config property
1514
- - ** config** : fix wrongly type annoated functions
1514
+ - ** config** : fix wrongly type annotated functions
1515
1515
- ** config/ini_config** : move deprecation warning into class initialization
1516
1516
- ** config** : use add_path instead of directly assigning _ path
1517
1517
- ** all** : replace all the _ settings invoke with settings.update
You can’t perform that action at this time.
0 commit comments