Skip to content

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

License

Notifications You must be signed in to change notification settings

adbac/cz-conventional-plus

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages