Creating a Commitizen Config
This is part of Githooks Project Automation.
Basic
** Uses the cz-conventional-changelog node_module
Run this script in your console to generate a .czrc (Commitizen Config)
cat > .czrc <<EOL
{
"path": "cz-conventional-changelog"
}
EOL
Return to guide here