1.0.1 • Published 10 years ago
cz-jira-commit-hooks v1.0.1
cz-jira-smart-commit
A commitizen adapter for Jira hooks.

Usage
Add this adapter
Install this adapter
npm install cz-jira-commit-hooksReference it in your .cz.json of your project
{
"path": "node_modules/cz-jira-commit-hooks/"
}Day to day work
Instead of git commit -m 'Your message', you type: git gz with this adapter and it prompts you for:
- Commit a bugfix
- Enter an issue id (required)
- Enter status (optional)
- Enter a message fixed
- Enter a message (required)
- Finish commit (with at least one option)
And generates your commit based on that.