Go to file
Tran Hau b3893cd1ba chore(changelog): generate v1.7.0 2021-04-11 16:21:34 +07:00
.github/workflows chore: only run github action on main branch (#8) 2021-04-11 16:17:55 +07:00
pkg refactor: use better commands and flags name (#7) 2021-04-11 16:11:41 +07:00
.gitignore refactor: use better commands and flags name (#7) 2021-04-11 16:11:41 +07:00
CHANGELOG.md chore(changelog): generate v1.7.0 2021-04-11 16:21:34 +07:00
Dockerfile chore: bump go 1.16 in Dockerfile 2021-03-17 05:12:22 +00:00
LICENSE chore(license): bump 2021 2021-01-21 15:54:46 +07:00
README.md refactor: use better commands and flags name (#7) 2021-04-11 16:11:41 +07:00
go.mod refactor: use better commands and flags name (#7) 2021-04-11 16:11:41 +07:00
go.sum refactor: use better commands and flags name (#7) 2021-04-11 16:11:41 +07:00
main.go refactor: use better commands and flags name (#7) 2021-04-11 16:11:41 +07:00

README.md

Changeloguru

Go Go Reference

Tool to generate CHANGELOG.md from Conventional Commits.

Install

With Go version >= 1.16:

go install github.com/haunt98/changeloguru@latest

With Go version < 1.16:

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

Usage

# Help
changeloguru --help

# Generate changelog v1.0.0
changeloguru generate --version v1.0.0

# Generate changelog v2.0.0 from HEAD to tag v1.0.0
changeloguru generate --to v1.0.0 --version v2.0.0

Thanks