1.1.0 • Published 5 years ago

cz-youtrack-changelog v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

cz-youtrack-changelog

Description

This is an adapter for commitizen including both conventional-changelog and Youtrack'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-youtrack-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