0.1.1 • Published 8 years ago
cz-conventional-jira-smart-commit v0.1.1
cz-conventional-jira-smart-commit
A commitizen adapter for JIRA smart commits.
Usage
Add this adapter
Install this adapter
npm install cz-conventional-jira-smart-commitReference it in your .cz.json of your project
{
"path": "node_modules/cz-conventional-jira-smart-commit/"
}or use commitizen to init
commitizen init cz-conventional-jira-smart-commitDay to day work
Instead of git commit -m 'Your message', you type: git cz with this adapter and it prompts you for:
- Commit Type
- Commit Scope
- Short Message
- Long Description
- JIRA Issue(s)
- JIRA Workflow Command
- JIRA Time Spent
- JIRA Issue Comment
And generates your commit based on that.