1.0.1 • Published 8 years ago

cz-jira-commit-hooks v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

cz-jira-smart-commit

A commitizen adapter for Jira hooks. Screenshot

Usage

Add this adapter

Install this adapter

npm install cz-jira-commit-hooks

Reference 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.