docs: add usage guide for generate changelog first time

main
hau 2020-11-11 23:05:39 +07:00
parent 8a36e79dee
commit 35797688f2
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ GO111module=on go get github.com/haunt98/changeloguru
# 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 (include commit in tag v1.0.0)
changeloguru --include-to v1.0.0 --version v2.0.0