Awesome
A Commitizen adapter for GitHub
Installation
yarn add -D @endemolshinegroup/cz-github
Add the following to your .czrc
:
{
"path": "@endemolshinegroup/cz-github"
}
Usage
Configuration
The adapter can be customised by specifying additional options in .czrc
:
{
"path": "@endemolshinegroup/cz-github",
"@endemolshinegroup/cz-github": {
"scopes": {
"api": "For API commits",
"site": "For frontend commits",
"docs": "For documentation commits"
}
}
}