Skip to content

Commit

Permalink
docs: mention commitizen in prompt guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Amadou Sall authored and marionebl committed Nov 30, 2018
1 parent 5c00ee3 commit 2f31524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guides-use-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ Test the prompt by executing
git add .
npm run commit
```

## An alternative to `@commitlint/prompt`: commitizen
Another way to author commit messages that adhere to the commit convention configured in `commitlint.config.js` is to use `commitizen`.
For more information, checkout their [official website](http://commitizen.github.io/cz-cli/).

0 comments on commit 2f31524

Please sign in to comment.