1.0.2 • Published 4 years ago

cz-multi-repo v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago