UNPKG

@emanprague/cz-redmine-smart-commit

Version:
27 lines (18 loc) 491 B
# @emanprague/cz-redmine-smart-commit A commitizen adapter for Redmine, this plugin is inspired by https://github.com/commitizen/cz-jira-smart-commit credits to them! ## Usage ### Add this adapter Install this adapter ``` yarn add @emanprague/cz-redmine-smart-commit ``` Reference it in your `.cz.json` of your project ```json { "path": "node_modules/@emanprague/cz-redmine-smart-commit/" } ``` or use commitizen to init ``` commitizen init @emanprague/cz-redmine-smart-commit ```