tail-cz
v1.0.5
Published
An adapter that adds trailer fields for commitizen.
Downloads
0
Readme
tail-cz
An adapter that adds trailer fields for commitizen.
Usage
Quick Start
For a quick global installation.
npm install tail-cz commitizen -g
tail-cz installAdd this adapter
Install this adapter
npm install tail-cz commitizenReference it in your .cz.json of your project
{
"path": "node_modules/tail-cz/"
}or use commitizen to init
commitizen init tail-czReset tail config
tail-cz resetDay to day work
Instead of git commit -m 'Your message', you type: git cz with this adapter and it prompts you for:
- Type
- Scope
- Subject
- Tails
And generates your commit based on that.
