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 8
8
from commitizen .cz .conventional_commits import ConventionalCommitsCz
9
9
from commitizen .git import GitCommit
10
10
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
+ ]
12
17
13
18
PATCH_INCREMENTS_CC = [
14
19
"fix(setup.py): future is now required for every python version" ,
19
24
"feat(cli): added version" ,
20
25
"docs(README): motivation" ,
21
26
"fix(setup.py): future is now required for every python version" ,
27
+ "perf: app is much faster" ,
28
+ "refactor: app is much faster" ,
22
29
]
23
30
24
31
MAJOR_INCREMENTS_BREAKING_CHANGE_CC = [
You can’t perform that action at this time.
0 commit comments