4.1.0 • Published 6 years ago

@connorbrathwaite/cz-conventional-jira-smart-commit v4.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

cz-jira-smart-commit

NPM version license Conventional Commits

Commitizen adapter for Jira Smart Commits.

Usage

Install this adapter

yarn add -D cz-jira-smart-commit

reference it in your .cz.json of your project

{
  "path": "node_modules/cz-jira-smart-commit/"
}

Committing

git add .

git cz or yarn commit instead of git commit

Versioning

projects following the adapter's conventions may produce an automated CHANGELOG.md via commitizen adapter for standard-version.