File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ commitizen:
1515 # and didn't have everything ready for change-logs.
1616 changelog_start_rev : 19.1.0
1717 customize :
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>.*)?"
18+ schema_pattern : " ^(?P<change_type>feat|fix|perf|refactor|remove|style|test|build|docs|ci|chore| 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|chore| BREAKING CHANGE)(?:\\ ((?P<scope>[^()\\ r\\ n]*)\\ )|\\ ()?(?P<breaking>!)?:\\ s(?P<message>.*)?"
2020 # The changelog_pattern identifies the commit types
2121 # that will be included.
2222 # Build the changelog with 'cz ch' on the staging or production branches.
23- changelog_pattern : " ^(feat|fix|perf|refactor|remove|style|test|build|docs|ci)?"
23+ changelog_pattern : " ^(feat|fix|perf|refactor|remove|style|test|build|docs|ci|chore )?"
2424 # A mapping of type to its group name in the changelog.
2525 # We call 'feat' commits 'New Features'
2626 change_type_map :
@@ -33,6 +33,7 @@ commitizen:
3333 remove : Removed
3434 style : Stylistic Changes
3535 ci : CI/CD
36+ chore : Chore
3637 test : Testing
3738 # The order of commit types in the changelog...
3839 change_type_order :
@@ -45,4 +46,5 @@ commitizen:
4546 - " test"
4647 - " build"
4748 - " ci"
49+ - " chore"
4850 - " docs"
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ jo_pod_node_selector_value: 'yes'
4343jo_apply_pod_priority_class : no
4444
4545# Costing information
46- jo_cost_cost : ' 1.0 '
46+ jo_cost_cost : ' 1.00 '
4747jo_cost_period : ' 1 hour'
You can’t perform that action at this time.
0 commit comments