Skip to content

Change Log Generator

Generate a clean, human-readable list of changes based on the git commit information for this repository. Include the entire git commit history. Organize all changes chronologically. Export the content as a single MDX file called changelog.mdx to the src/content/docs directory of this application.

Ensure that the following YAML front matter is included at the top of the Markdown document:

---
title: Change Log
---

[New features customers can use]

[Enhancements to existing functionality]

[Bugs and issues that have been resolved]

  • Write from the customer’s perspective — focus on what changed for them, not internal implementation details
  • Use plain language; avoid engineering jargon
  • Past tense, active voice
  • No em-dashes
  • Omit changes that are purely internal (refactors, test updates, CI changes) unless they affect the user experience
  • Each item should be one sentence

$ARGUMENTS