From 97c0527a64ef3b62c411048c87bb3d47158e6742 Mon Sep 17 00:00:00 2001 From: dd84ai Date: Mon, 11 Dec 2023 10:20:49 +0100 Subject: [PATCH] refactor: a bit wording --- docs/git-conventional-commits.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/git-conventional-commits.md b/docs/git-conventional-commits.md index caa8243..4fd4154 100644 --- a/docs/git-conventional-commits.md +++ b/docs/git-conventional-commits.md @@ -110,8 +110,7 @@ How can we enforce it for all developers of the repository though? There are many [tools for conventional commits](https://www.conventionalcommits.org/en/about/) -What makes this tool different? - +Autogit is different by having next things: - It was written with [CI usage in mind](../.github/workflows/validate.yml) - it is easy to insert it into any other CI instrument with such an example. - just ensure you clone a repository with the history of your tags and commits 😉