File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ The equivalent example for a json config file:
104104}
105105```
106106
107- And the correspondent example for a yaml json file:
107+ And the correspondent example for a yaml file:
108108
109109``` yaml
110110commitizen :
@@ -115,8 +115,8 @@ commitizen:
115115 schema : " <type>: <body>"
116116 schema_pattern : " (feature|bug fix):(\\ s.*)"
117117 bump_pattern : " ^(break|new|fix|hotfix)"
118- commit_parser : " ^(?P<change_type>feature|bug fix):\\ s(?P<message>.*)?" ,
119- changelog_pattern : " ^(feature|bug fix)?(!)?" ,
118+ commit_parser : " ^(?P<change_type>feature|bug fix):\\ s(?P<message>.*)?"
119+ changelog_pattern : " ^(feature|bug fix)?(!)?"
120120 change_type_map :
121121 feature : Feat
122122 bug fix : Fix
@@ -139,10 +139,10 @@ commitizen:
139139 message : Select the type of change you are committing
140140 - type : input
141141 name : message
142- message : Body.
142+ message : ' Body.'
143143 - type : confirm
144144 name : show_message
145- message : Do you want to add body message in commit?
145+ message : ' Do you want to add body message in commit?'
146146` ` `
147147
148148### Customize configuration
You can’t perform that action at this time.
0 commit comments