File tree 1 file changed +5
-5
lines changed
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:
104
104
}
105
105
```
106
106
107
- And the correspondent example for a yaml json file:
107
+ And the correspondent example for a yaml file:
108
108
109
109
``` yaml
110
110
commitizen :
@@ -115,8 +115,8 @@ commitizen:
115
115
schema : " <type>: <body>"
116
116
schema_pattern : " (feature|bug fix):(\\ s.*)"
117
117
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)?(!)?"
120
120
change_type_map :
121
121
feature : Feat
122
122
bug fix : Fix
@@ -139,10 +139,10 @@ commitizen:
139
139
message : Select the type of change you are committing
140
140
- type : input
141
141
name : message
142
- message : Body.
142
+ message : ' Body.'
143
143
- type : confirm
144
144
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?'
146
146
` ` `
147
147
148
148
### Customize configuration
You can’t perform that action at this time.
0 commit comments