1.0.2 • Published 3 years ago

cz-multi-repo v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

cz-multi-repo

Use commitizen in multi-repo projects

Install

npm install --save-dev cz-multi-repo

Usage

Define the script in the package.json:

...
  "scripts": {
    "commit": "cz"
  }

Run the script:

npm run commit

Adapter

This package use cz-conventional-changelog as the Adapter.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago