2.0.0 • Published 5 years ago
@endemolshinegroup/cz-github v2.0.0

A Commitizen adapter for GitHub
Installation
yarn add -D @endemolshinegroup/cz-githubAdd 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"
}
}
}