From a9dec8f4b9857466e258367787b3111224fc6eb5 Mon Sep 17 00:00:00 2001 From: hau Date: Tue, 5 Jan 2021 15:59:46 +0700 Subject: [PATCH] chore(readme): add thanks Command Line Interface Guidelines --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e7c85..9c0bfd6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Changeloguru -![Go](https://github.com/haunt98/changeloguru/workflows/Go/badge.svg?branch=main) +[![Go](https://github.com/haunt98/changeloguru/workflows/Go/badge.svg?branch=main)](https://github.com/actions/setup-go) [![PkgGoDev](https://pkg.go.dev/badge/github.com/haunt98/changeloguru)](https://pkg.go.dev/github.com/haunt98/changeloguru) Tool to generate `CHANGELOG.md` from [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). @@ -29,6 +29,7 @@ changeloguru --exclude-to v1.0.0 --version v2.0.0 ## Thanks +- [Command Line Interface Guidelines](https://clig.dev/) - [fatih/color](https://github.com/fatih/color) - [go-git/go-git](https://github.com/go-git/go-git) - [google/go-cmp](https://github.com/google/go-cmp)