1.0.2 • Published 8 years ago
cz-fprovost-sm360-changelog v1.0.2
cz-fprovost-sm360-changelog
Part of the commitizen family. Prompts for conventional changelog standard.
How to install and use
Install commitizen globally, if you have not already.
npm install -g commitizenInstall your preferred commitizen adapter globally, for example cz-fprovost-sm360-changelog
npm install -g cz-fprovost-sm360-changelogCreate a .czrc file in your home directory, with path referring to the preferred, globally installed, commitizen adapter
echo '{ "path": "cz-fprovost-sm360-changelog" }' > ~/.czrcYou are all set! Now cdinto any git repository and use git cz instead of git commit and you will find the commitizen prompt.
Protip: You can use all the git commit options with git cz, for example: git cz -a.