You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dependabot[bot] 434211bb04 build(deps): bump goreleaser/goreleaser-action from 3 to 4 10 hours ago
.github build(deps): bump goreleaser/goreleaser-action from 3 to 4 10 hours ago
cmd/changeloguru refactor: move main to cmd (#18) 2 years ago
internal chore: format using gofimports 4 months ago
.gitignore fix: missing flag 7 months ago
.golangci.yml chore: remove noctx lint 4 weeks ago
.goreleaser.yml chore: use github changelog for goreleaser 7 months ago
CHANGELOG.md chore(changelog): generate v1.18.1 3 months ago
LICENSE chore: update license 7 months ago
Makefile chore: update make 4 weeks ago
README.md chore: resize GoLand logo 4 months ago
go.mod build(deps): bump github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1 6 days ago
go.sum build(deps): bump github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1 6 days ago

README.md

Changeloguru

Go Go Reference codecov

Tool to generate CHANGELOG.md, CHANGELOG.rst from Conventional Commits.

Install

With Go version >= 1.16:

go install github.com/haunt98/changeloguru/cmd/changeloguru@latest

With Go version < 1.16:

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

Usage

--from is commit in the future.

-to is commit in the past.

# 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 --version v2.0.0 --to v1.0.0

# Generate changelog in dry run mode (without changing anything)
changeloguru generate --version v2.0.0 --to v1.0.0 --dry-run

# Generate changelog only for scope
changeloguru generate --version v2.0.0 --to v1.0.0 --scope projectA --scope projectB

# Generate changelog in interactive mode (with instruction) and auto push commit, tag
changeloguru generate -i --auto-commit --auto-tag --auto-push

Thanks

GoLand logo.

Made with GoLand. Thanks for supporting open source projects!