1.0.0 • Published 7 years ago

@talentui/commit-types v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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.