chore(readme): add thanks Command Line Interface Guidelines
parent
2be6b0c2cc
commit
a9dec8f4b9
|
@ -1,6 +1,6 @@
|
||||||
# Changeloguru
|
# 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)
|
[![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/).
|
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
|
## Thanks
|
||||||
|
|
||||||
|
- [Command Line Interface Guidelines](https://clig.dev/)
|
||||||
- [fatih/color](https://github.com/fatih/color)
|
- [fatih/color](https://github.com/fatih/color)
|
||||||
- [go-git/go-git](https://github.com/go-git/go-git)
|
- [go-git/go-git](https://github.com/go-git/go-git)
|
||||||
- [google/go-cmp](https://github.com/google/go-cmp)
|
- [google/go-cmp](https://github.com/google/go-cmp)
|
||||||
|
|
Loading…
Reference in New Issue