You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`questions`|`dict`|`None`| Questions regarding the commit message. Detailed below. |
54
-
|`message_template`|`str`|`None`| The template for generating message from the given answers. `message_template` should either follow the [string.Template](https://docs.python.org/3/library/string.html#template-strings) or [Jinja2](https://jinja.palletsprojects.com/en/2.10.x/) formatting specification, and all the variables in this template should be defined in `name` in `questions`. Note that `Jinja2` is not installed by default. If not installed, commitizen will use `string.Template` formatting.|
55
-
|`example`|`str`|`None`| (OPTIONAL) Provide an example to help understand the style. Used by `cz example`. |
56
-
|`schema`|`str`|`None`| (OPTIONAL) Show the schema used. Used by `cz schema`. |
57
-
|`schema_pattern`|`str`|`None`| (OPTIONAL) The regular expression used to do commit message validation. Used by `cz check`. |
58
-
|`info_path`|`str`|`None`| (OPTIONAL) The path to the file that contains explanation of the commit rules. Used by `cz info`. If not provided `cz info`, will load `info` instead. |
59
-
|`info`|`str`|`None`| (OPTIONAL) Explanation of the commit rules. Used by `cz info`. |
60
-
|`bump_map`|`dict`|`None`| (OPTIONAL) Dictionary mapping the extracted information to a `SemVer` increment type (`MAJOR`, `MINOR`, `PATCH`) |
61
-
|`bump_pattern`|`str`|`None`| (OPTIONAL) Regex to extract information from commit (subject and body) |
|`questions`|`dict`|`None`| Questions regarding the commit message. Detailed below. |
54
+
|`message_template`|`str`|`None`| The template for generating message from the given answers. `message_template` should either follow [Jinja2](https://jinja.palletsprojects.com/en/2.10.x/) formatting specification, and all the variables in this template should be defined in `name` in `questions`|
55
+
|`example`|`str`|`None`| (OPTIONAL) Provide an example to help understand the style. Used by `cz example`. |
56
+
|`schema`|`str`|`None`| (OPTIONAL) Show the schema used. Used by `cz schema`. |
57
+
|`schema_pattern`|`str`|`None`| (OPTIONAL) The regular expression used to do commit message validation. Used by `cz check`. |
58
+
|`info_path`|`str`|`None`| (OPTIONAL) The path to the file that contains explanation of the commit rules. Used by `cz info`. If not provided `cz info`, will load `info` instead. |
59
+
|`info`|`str`|`None`| (OPTIONAL) Explanation of the commit rules. Used by `cz info`. |
60
+
|`bump_map`|`dict`|`None`| (OPTIONAL) Dictionary mapping the extracted information to a `SemVer` increment type (`MAJOR`, `MINOR`, `PATCH`) |
61
+
|`bump_pattern`|`str`|`None`| (OPTIONAL) Regex to extract information from commit (subject and body) |
0 commit comments