Go to file
hau 531250eb24 chore: generate CHANGELOG v0.3.0 2020-11-11 00:52:53 +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.3.0 2020-11-11 00:52:53 +07:00
Dockerfile build: add Dockerfile 2020-11-11 00:51:13 +07:00
LICENSE.md chore: add MIT LICENSE 2020-11-10 18:07:10 +07:00
README.md docs: Referencing the workflow file using the file path does not work if the workflow has a `name` 2020-11-11 00:30:32 +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