The Wayback Machine - http://web.archive.org/web/20201013211718/https://github.com/EndemolShineGroup/cz-github
Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Banner

MIT Licensed NPM Version Build Status Dependabot Status

Code Issues Codebase Maintainability Test Coverage Jest

Commitizen Semantic Release Prettier

A Commitizen adapter for GitHub

Installation

yarn add -D @endemolshinegroup/cz-github

Add the following to your .czrc:

{
  "path": "@endemolshinegroup/cz-github"
}

Usage

asciicast

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"
    }
  }
}
You can’t perform that action at this time.