Commitizen adapter following the conventional-changelog format with add JIRA Smart Commit.
npm install cz-conventional-jira-smart-commitA commitizen adapter for
JIRA smart commits.
Install this adapter
```
npm install cz-conventional-jira-smart-commit
Reference it in your .cz.json of your project
`json`
{
"path": "node_modules/cz-conventional-jira-smart-commit/"
}
or use commitizen to init
``
commitizen init cz-conventional-jira-smart-commit
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.