docs(tooling): add python implemented commitizen-tools as Tools

This commit is contained in:
Wei Lee 2020-06-10 10:39:56 +08:00 committed by Damiano Petrungaro
parent debf2d1871
commit 8e491a7ae6

View File

@ -210,6 +210,7 @@ Configurable and usable for PHP projects as a composer dependency or usable glob
* [semantic-release](https://github.com/semantic-release/semantic-release): A tool that automates the whole package release workflow including: determining the next version number, generating the release notes and publishing the package.
* [ngx-semantic-version](https://github.com/d-koppenhagen/ngx-semantic-version): Automate your Angular app commit- and release-workflow by integrating _commitizen_, _commitlint_, _husky_ and _standard-version_ in your project and configuring it for using _Conventional Commits_.
* [Pyhist](https://github.com/jgoodman8/pyhist): A Python utility to automagically update the package version from the git history and generate the Changelog.
* [commitizen-tools/commitizen](https://github.com/commitizen-tools/commitizen): A Python tool built to create committing rules for projects (default: conventional commit), bump project versions, and generate changelog. Configurable and usable for both Python and non-Python project. It's highly extensible through Python.
## Projects Using Conventional Commits