Skip to content

EndemolShineGroup/cz-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
    }
  }
}