cz-conventional-plus is a commitizen plugin subclassing the cz_conventional_commits configuration. It extends it by adding 'chore' and 'revert' to the possible commit types.
pip install cz-conventional-plus
cz initpyproject.toml
[tool.commitizen]
name = "cz_conventional_plus".cz.yaml
commitizen:
name: cz_conventional_plus.cz.json
{
"commitizen": {
"name": "cz_conventional_plus",
}
}