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 Markdown file called changelog.mdx to the content directory of this application.
Ensure that the following YAML front matter is included at the top of the Markdown document:
---
title: Change Log
---Output Format
What’s New
[New features customers can use]
Improvements
[Enhancements to existing functionality]
Fixed
[Bugs and issues that have been resolved]
Guidelines
- Write from the customer’s perspective — focus on what changed for them, not internal implementation details
- Use plain language; avoid engineering jargon
- Present tense, active voice
- No em-dashes
- Omit changes that are purely internal (refactors, test updates, CI changes) unless they affect customer behavior
- Each item should be one sentence
Changes
$ARGUMENTS
Last updated on