@endemolshinegroup/cz-jira-smart-commit
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

@endemolshinegroup/cz-jira-smart-commit

MIT Licensed NPM Version Build Status Greenkeeper Status

Code Issues Codebase Maintainability Test Coverage Jest

Commitizen Semantic Release Prettier

A Commitizen adapter for JIRA smart commits.

Installation

yarn add -D @endemolshinegroup/cz-jira-smart-commit

Add the following to your .czrc:

{
  "path": "@endemolshinegroup/cz-jira-smart-commit"
}

Usage

asciicast

Configuration

The adapter can be customised by specifying additional options in .czrc:

{
  "path": "@endemolshinegroup/cz-jira-smart-commit",
  "@endemolshinegroup/cz-jira-smart-commit": {
    "pullRequestsOnly": true,
    "scopes": {
      "api": "For API commits",
      "site": "For frontend commits",
      "docs": "For documentation commits"
    }
  }
}

Package Sidebar

Install

npm i @endemolshinegroup/cz-jira-smart-commit

Weekly Downloads

38

Version

1.3.1

License

MIT

Unpacked Size

412 kB

Total Files

90

Last publish

Collaborators

  • hassankhan
  • endemolshinegroupbot