Skip to content

Commit 2e22ed9

Browse files
committed
fix yaml example
1 parent b9febf5 commit 2e22ed9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/customization.md

+5-5
Original file line numberDiff line numberDiff 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
110110
commitizen:
@@ -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

0 commit comments

Comments
 (0)