cz-mtb-commit
A commitizen adapter for mtb format, forked from cz-conventional-changelog.
mtb commit message format
[{type}] {short description}
Body
Provide a longer description of the change.
List any breaking changes or issues closed by this change.
Usage
First, Install commitizen
cli tools:
npm install -g commitizen
Next, initialize your project to use the cz-mtb-commit adapter by typing:
commitizen init cz-mtb-commit --save-dev --save-exact
Now cdinto any git repository and use git cz
instead of git commit
and you will find the commitizen
prompt.
Example
more information