File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 88from commitizen .cz .conventional_commits import ConventionalCommitsCz
99from commitizen .git import GitCommit
1010
11- NONE_INCREMENT_CC = ["docs(README): motivation" , "ci: added travis" ]
11+ NONE_INCREMENT_CC = [
12+ "docs(README): motivation" ,
13+ "ci: added travis" ,
14+ "performance. Remove or disable the reimplemented linters" ,
15+ "refactor that how this line starts" ,
16+ ]
1217
1318PATCH_INCREMENTS_CC = [
1419 "fix(setup.py): future is now required for every python version" ,
1924 "feat(cli): added version" ,
2025 "docs(README): motivation" ,
2126 "fix(setup.py): future is now required for every python version" ,
27+ "perf: app is much faster" ,
28+ "refactor: app is much faster" ,
2229]
2330
2431MAJOR_INCREMENTS_BREAKING_CHANGE_CC = [
You can’t perform that action at this time.
0 commit comments