Skip to content

Samtronic/cz-jira-smart-commit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cz-jira-smart-commit

A commitizen adapter for Jira smart commits.

Usage

Global Installation

For a quick global installation of the plugin, simply run the install.sh script present in this repo:

chmod +x install.sh

./install.sh

Add this adapter

Install this adapter

npm install cz-full-facing-jira-smart-commit

Reference it in your .cz.json of your project

{
  "path": "node_modules/cz-full-facing-jira-smart-commit/"
}

or use commitizen to init

commitizen init cz-full-facing-jira-smart-commit

Day to day work

Instead of git commit -m 'Your message', you type: git cz with this adapter and it prompts you for:

  • commit message
  • Jira Issue Key(s)
  • Workflow command
  • Time Spent
  • Comment

And generates your commit based on that.

Packages

No packages published

Languages

  • JavaScript 93.9%
  • Shell 6.1%