Commitizen¶
Git Standard¶
Conventional commit messages as a global utility
Installation¶
Install commitizen globally, if you have not already.
npm install -g commitizen
Install your preferred commitizen adapter globally, for example cz-conventional-changelog
npm install -g cz-conventional-changelog
Configuration¶
Create a .czrc file in your home directory, with path referring to the preferred, globally installed, commitizen adapter
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc
Or you can open .czrc file and use
{ "path": "cz-conventional-changelog" }