chore(readme): add thanks Command Line Interface Guidelines

main
hau 2021-01-05 15:59:46 +07:00
parent 2be6b0c2cc
commit a9dec8f4b9
1 changed files with 2 additions and 1 deletions

View File

@ -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)