2020-11-07 16:52:09 +00:00
|
|
|
# Changeloguru
|
2020-11-10 17:25:56 +00:00
|
|
|
|
|
|
|
![Go](https://github.com/haunt98/changeloguru/workflows/.github/workflows/go.yaml/badge.svg?branch=master)
|
|
|
|
|
|
|
|
Tool to generate `CHANGELOG.md` from [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
|
|
|
|
|
|
|
|
Install:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
GO111module=on go get github.com/haunt98/changeloguru
|
|
|
|
```
|