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 😉