DGLabGame/node_modules/conventional-commit-types
3944Realms 41203ae1c6 feat: 初始化
添加用户准则界面
2026-03-09 01:20:32 +08:00
..
index.json feat: 初始化 2026-03-09 01:20:32 +08:00
package.json feat: 初始化 2026-03-09 01:20:32 +08:00
README.md feat: 初始化 2026-03-09 01:20:32 +08:00

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.