docs: add github action badge and install guide in README
parent
583c4ba3c2
commit
bb8f59543b
10
README.md
10
README.md
|
@ -1 +1,11 @@
|
||||||
# Changeloguru
|
# 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue