The Graphite Lab
Sign inBrowse the Catalog

Tools

Changelog Entry Generator

Writes a structured changelog entry from a code diff and a ticket description.

Module
Tools
where it lives

What it does

Writes a structured changelog entry from a code diff and a ticket description

Reads a git diff alongside the ticket or PR description and returns a structured changelog entry. The output names the change in plain language, flags any breaking changes, attaches migration notes when applicable, and tags the intended audience (operator, developer, end user). One change in, one entry out, in a shape that drops into a CHANGELOG file or a release notes payload.

When you’d reach for it

  • Generating a CHANGELOG.md entry for each merged pull request as part of a CI release pipeline.
  • Composing user-facing release notes from the merged PRs of a sprint before publishing to the changelog page.
  • Flagging breaking-change notices on diffs going into a versioned API release before the build is cut.