changeloguru

module
v1.25.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2025 License: MIT

README

Changeloguru

Go gitleaks Go Reference Latest Version

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

Install

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

Usage

  • --from-ref is new commit
  • --to-ref is old commit

Generate log from future to 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-ref v1.0.0

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

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

Thanks

Directories

Path Synopsis
cmd
changeloguru command
internal
cli
git
git/example command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL