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---Output Format
Section titled “Output Format”What’s New
Section titled “What’s New”[New features customers can use]
Improvements
Section titled “Improvements”[Enhancements to existing functionality]
[Bugs and issues that have been resolved]
Guidelines
Section titled “Guidelines”- 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
Changes
Section titled “Changes”$ARGUMENTS