You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| README.md | 2 years ago | |
| index.json | 2 years ago | |
| package.json | 2 years ago | |
README.md
conventional-commit-types
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.