@emanprague/cz-redmine-smart-commit
Version:
A commitizen adapter for Redmine smart commits
27 lines (18 loc) • 491 B
Markdown
# /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 /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 /cz-redmine-smart-commit
```