Skip to content

Repository files navigation

commitizen Extended Conventional Commits

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.

Installation

pip install cz-conventional-plus
cz init

Configuration samples

pyproject.toml

[tool.commitizen]
name = "cz_conventional_plus"

.cz.yaml

commitizen:
    name: cz_conventional_plus

.cz.json

{
    "commitizen": {
        "name": "cz_conventional_plus",
    }
}

About

A commitizen plugin subclassing the conventional commits configuration. Extends it by adding 'chore' and 'revert' to the possible commit types.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages