Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@endemolshinegroup/cz-jira-smart-commit

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endemolshinegroup/cz-jira-smart-commit

A Commitizen adapter for JIRA smart commits

latest
Source
npmnpm
Version
1.3.1
Version published
Weekly downloads
76
130.3%
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

commitizen

FAQs

Package last updated on 03 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts