Commitizen

Commitizen is a release management tool that can bump your project's version, create the changelog, and update files.

Install

Use

cz c

Check that the entire repo adheres to conventional commits.

cz check --rev-range master..HEAD

Check the oldest available commit in the given clone.

cz check --rev-range $(git rev-list --max-parents=0 HEAD)..HEAD

Allowed patterns

  1. build
  2. ci
  3. docs
  4. feat
  5. fix
  6. perf
  7. refactor
  8. style
  9. test
  10. chore
  11. revert
  12. bump
Commitizen
Interactive graph
On this page
Install
Use
Allowed patterns