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 reads your git history and emits a CHANGELOG.md grouped by commit type (feat, fix, chore, …): the file you’d otherwise write 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 no extra work beyond the commits you already write.