From 232945d2a82117ea2d78bc97f6b2f15ef8677eeb Mon Sep 17 00:00:00 2001 From: Julius Recep Colliander Celik Date: Mon, 15 Jun 2020 08:47:47 +0200 Subject: [PATCH] docs: add adapter for jira 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 e248f8e6..7a788a36 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,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)