Skip to content

Commitizen adapter that helps formatting commit messages using jira smart commit and conventional changelog

Notifications You must be signed in to change notification settings

onrewind/cz-jira-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cz-jira-changelog

Description

This is an adapter for commitizen including both conventional-changelog and Jira's smart commits specifications.

How to install

  • Install commitizen on your project :
npm install --save-dev commitizen
  • Initialize the adapter :
./node_modules/.bin/commitizen init cz-jira-changelog --save-dev --save-exact
  • Add a script tag to your package.json
...
  "scripts": {
    "commit": "git-cz"
  }

How to use

When you are ready to commit your files, run the following command and start answering to the questions :

npm run commit

Links

About

Commitizen adapter that helps formatting commit messages using jira smart commit and conventional changelog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published