• Stars
    star
    444
  • Rank 98,300 (Top 2 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

List of conventional commit types.

conventional-commit-types

npm Build Status

List of conventional commit types.

Spec

Exports an object with a types key whose value is an object whose keys are type names and whose values are objects with key-value pairs such as description as string, optional title as string, etc. See index.json. Any alternatives should follow the same spec.

Etc.

Used by commitizen/cz-conventional-changelog for commitizen/cz-cli.

Can be used with kentcdodds/validate-commit-msg.

Commit types originally from:

Created for AndersDJohnson/conventional-commit-types-cli.