File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ commitizen:
15
15
# and didn't have everything ready for change-logs.
16
16
changelog_start_rev : 19.1.0
17
17
customize :
18
- schema_pattern : " ^(?P<change_type>feat|fix|perf|refactor|style|test|build|docs|ci|BREAKING CHANGE)(?:\\ ((?P<scope>[^()\\ r\\ n]*)\\ )|\\ ()?(?P<breaking>!)?:\\ s(?P<message>.*)?"
19
- commit_parser : " ^(?P<change_type>feat|fix|perf|refactor|style|test|build|docs|ci|BREAKING CHANGE)(?:\\ ((?P<scope>[^()\\ r\\ n]*)\\ )|\\ ()?(?P<breaking>!)?:\\ s(?P<message>.*)?"
18
+ schema_pattern : " ^(?P<change_type>feat|fix|perf|refactor|remove| style|test|build|docs|ci|BREAKING CHANGE)(?:\\ ((?P<scope>[^()\\ r\\ n]*)\\ )|\\ ()?(?P<breaking>!)?:\\ s(?P<message>.*)?"
19
+ commit_parser : " ^(?P<change_type>feat|fix|perf|refactor|remove| style|test|build|docs|ci|BREAKING CHANGE)(?:\\ ((?P<scope>[^()\\ r\\ n]*)\\ )|\\ ()?(?P<breaking>!)?:\\ s(?P<message>.*)?"
20
20
# The changelog_pattern identifies the commit types
21
21
# that will be included.
22
22
# Build the changelog with 'cz ch' on the staging or production branches.
@@ -30,6 +30,7 @@ commitizen:
30
30
fix : Bug Fixes
31
31
perf : Performance Improvements
32
32
refactor : Refactoring
33
+ remove : Removed
33
34
style : Stylistic Changes
34
35
ci : CI/CD
35
36
test : Testing
@@ -39,6 +40,7 @@ commitizen:
39
40
- " fix"
40
41
- " perf"
41
42
- " refactor"
43
+ - " remove"
42
44
- " style"
43
45
- " test"
44
46
- " build"
You can’t perform that action at this time.
0 commit comments