Go to file
hau bb8f59543b docs: add github action badge and install guide in README 2020-11-11 00:25:56 +07:00
.github/workflows chore: add go test, lint in github action 2020-11-09 17:42:52 +07:00
pkg fix(changelog): correct get lines and skip generate if no new lines 2020-11-11 00:06:04 +07:00
.gitignore chore: init go mod with gitignore 2020-10-06 16:45:02 +07:00
CHANGELOG.md chore: generate CHANGELOG v0.2.1 2020-11-11 00:07:44 +07:00
LICENSE.md chore: add MIT LICENSE 2020-11-10 18:07:10 +07:00
README.md docs: add github action badge and install guide in README 2020-11-11 00:25:56 +07:00
go.mod build: update go.mod 2020-11-10 23:05:12 +07:00
go.sum build: update go.mod 2020-11-10 23:05:12 +07:00
main.go refactor: move main.go to root dir for easy go get, go install 2020-11-11 00:16:06 +07:00

README.md

Changeloguru

Go

Tool to generate CHANGELOG.md from Conventional Commits.

Install:

GO111module=on go get github.com/haunt98/changeloguru