From 8d368a45d3a1fb3141cd73af7d9cc3872d818a81 Mon Sep 17 00:00:00 2001 From: Simon Prochazka Date: Tue, 20 Aug 2019 02:56:13 +0200 Subject: [PATCH] docs: add Commitsar (#178) --- content/v1.0.0-beta.4/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/v1.0.0-beta.4/index.md b/content/v1.0.0-beta.4/index.md index e3fcf5a..17a8f55 100644 --- a/content/v1.0.0-beta.4/index.md +++ b/content/v1.0.0-beta.4/index.md @@ -172,6 +172,7 @@ The first draft of this specification has been written in collaboration with som Configurable and usable for PHP projects as a composer dependency or usable globally for non-PHP projects. * [conform](https://github.com/autonomy/conform): a tool that can be used to enforce policies on git repositories, including conventional commits. * [standard-version](https://github.com/conventional-changelog/standard-version): Automatic versioning and CHANGELOG management, using GitHub's new squash button and the recommended Conventional Commits workflow. +* [commitsar](https://github.com/commitsar-app/commitsar): Go tool for checking if commits on branch are conventional commit compliant. Comes with Docker image for CI uses. ## Projects Using Conventional Commits