Skip to content
CLI tools

nexus-changelog-generator

A CLI that builds a CHANGELOG.md from your git commit history, grouped by commit type (feat, fix, chore, etc.).

Created Last commit
  • cli
  • git
  • changelog
  • javascript

nexus-changelog-generator

nexus-changelog-generator reads your git history and emits a CHANGELOG.md grouped by commit type (feat, fix, chore, …) — the same shape a lot of people end up writing by hand every release.

I built it because hand-maintained changelogs are the kind of work that gets dropped the moment a project hits production. If your commits follow a minimal convention (Conventional Commits or a close cousin), pulling the changelog out of that metadata is effectively free.

For usage details, see the README on GitHub.