docs: add github action badge and install guide in README

main
hau 2020-11-11 00:25:56 +07:00
parent 583c4ba3c2
commit bb8f59543b
1 changed files with 10 additions and 0 deletions

View File

@ -1 +1,11 @@
# Changeloguru
![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
```