From 6bb91c9e42a11126b7c7d58209ec6e47c8ca6f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Ot=C3=A1hal?= Date: Mon, 27 May 2019 07:28:59 +1200 Subject: [PATCH] docs: add Fastlane plugin to the tool section (#154) --- content/next/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/next/index.md b/content/next/index.md index ecf246c..d5181ee 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -166,6 +166,7 @@ The first draft of this specification has been written in collaboration with som ## Tooling for Conventional Commits +* [fastlane-plugin](https://github.com/xotahal/fastlane-plugin-semantic_release): follows the specification to manage versions and generate a changelog automatically * [php-commitizen](https://github.com/damianopetrungaro/php-commitizen): a tool built to create commit messages following the Conventional Commit specs. 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.