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
Copy file name to clipboardExpand all lines: docs/config.md
+3
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@
20
20
|`customize`|`dict`|`None`|**This is only supported when config through `toml`.** Custom rules for committing and bumping. [See more][customization]|
21
21
|`use_shortcuts`|`bool`|`false`| If enabled, commitizen will show keyboard shortcuts when selecting from a list. Define a `key` for each of your choices to set the key. [See more][shortcuts]|
22
22
|`major_version_zero`|`bool`|`false`| When true, breaking changes on a `0.x` will remain as a `0.x` version. On `false`, a breaking change will bump a `0.x` version to `1.0`. [major-version-zero]|
23
+
| <aname="cfg-template"></a>`template`|`str`|`None`| Provide custom changelog jinja template path relative to the current working directory. [See more (template customization)][template-customization]|
24
+
| <aname="cfg-extras"></a>`extras`|`dict`|`{}`| Provide extra variables to the changelog template. [See more (template customization)][template-customization]|
0 commit comments