From 1a96a3607e18b71efe59c3a825667010b19b4436 Mon Sep 17 00:00:00 2001 From: fletch-r Date: Mon, 1 Jul 2024 14:40:43 +0100 Subject: [PATCH] docs(about): add the vscode extension "conventional commit builder" to the tooling 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..d03767b 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -18,6 +18,7 @@ The first draft of this specification has been written in collaboration with som ## Tooling for Conventional Commits +* [Conventional Commit Builder](https://marketplace.visualstudio.com/items?itemName=fletch-r.conventional-commit-builder): VSCode extension that prompts you for commit information following the Conventional Commit standard. Highly customizable, allowing Conventional Commit Builder to fit your teams commit message needs. * [go-conventional-commits](https://github.com/joselitofilho/go-conventional-commits): A tool to parser your git commit messages into a change log message based on conventional commits specification. * [go-conventionalcommits](https://github.com/leodido/go-conventionalcommits): Full Go powers to parse conventional commits. * [go-conventional-commit](https://gitlab.com/digitalxero/go-conventional-commit): go library for parsing commit messages following the specification.