From 7a613899106036491235ee4c79cc84e2ac102c38 Mon Sep 17 00:00:00 2001 From: Julius Recep Colliander Celik Date: Sat, 22 Aug 2020 01:14:35 +0200 Subject: [PATCH] docs: add adapter for jira (#748) We have created an adapter that is purposed for the JIRA workflow when you don't use _smart commits_. We have made sure that the adapter is well documented and easy to use. We think that it is unique and would love for it to be recognized. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6cf71b14..420b6385 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ npm install company-commit --save-dev We know that every project and build process has different requirements so we've tried to keep Commitizen open for extension. You can do this by choosing from any of the pre-build adapters or even by building your own. Here are some of the great adapters available to you: - [cz-conventional-changelog](https://www.npmjs.com/package/cz-conventional-changelog) +- [cz-conventional-changelog-for-jira](https://www.npmjs.com/package/@digitalroute/cz-conventional-changelog-for-jira) - [cz-jira-smart-commit](https://www.npmjs.com/package/cz-jira-smart-commit) - [@endemolshinegroup/cz-jira-smart-commit](https://github.com/EndemolShineGroup/cz-jira-smart-commit) - [@endemolshinegroup/cz-github](https://github.com/EndemolShineGroup/cz-github)