sudo pacman -Syu
3a201be3ec
* docs(git): explain Commit and Repository * docs(git): better comment for Log method * docs(markdown): add comment for Generate and Parse method * docs(convention): add comment for conventional commit Co-authored-by: Tran Hau <ngtranhau@gmail.com> |
||
---|---|---|
.github/workflows | ||
pkg | ||
.gitignore | ||
CHANGELOG.md | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Changeloguru
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 --version v1.0.0
# Generate changelog v2.0.0 from HEAD to tag v1.0.0
changeloguru --to v1.0.0 --version v2.0.0