From 3a476822e40695b3e39d1f7b812d1c9fca9fc39b Mon Sep 17 00:00:00 2001 From: Om Kenge Date: Fri, 4 Oct 2024 17:22:59 +0530 Subject: [PATCH] feat: add cz-git to commit message generators section --- content/about/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/about/index.md b/content/about/index.md index aa8034d..86abc8d 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -61,6 +61,7 @@ The first draft of this specification has been written in collaboration with som * [Conventional Commits Linter](https://gitlab.com/DeveloperC/conventional_commits_linter): A tooling and language agnostic Git commit linter for the _Conventional Commits_ specification. * [Uplift](https://github.com/gembaadvantage/uplift): Semantic versioning the easy way. Powered by Conventional Commits. Built for use with CI. * [Monopub](https://github.com/thi-ng/monopub): Conventional Commits-driven release tool for monorepo releases, versioning & changelog generation +* [cz-git](https://github.com/Zhengqbbb/cz-git): A customizable CLI tool for generating commit messages following Conventional Commits. ## Projects Using Conventional Commits