.agents/commands/git/release-note-generate.md
Based on analysis of existing release notes in .github/releases/, this document outlines the patterns, style, and format for writing consistent Repomix release notes.
Important: The .github/releases/ directory contains the actual GitHub release notes used for all past releases. Always reference these files when writing new release notes to maintain consistency with the established patterns, tone, and format. The release notes are organized by version (v0.1.x, v0.2.x, v0.3.x, v1.x) and provide concrete examples of how different types of features and improvements should be presented.
Examples:
### for feature subsections(#PR, #issue)npm update -g repomix
---
As always, if you have any issues or suggestions, please let us know on GitHub issues or our [Discord community](https://discord.gg/wNYzTwZFku).
--option-name option..."Example Pattern:
# Enable the option
repomix --option-name
# Enable in config file
{
"output": {
"optionName": true
}
}
### Feature Name (#123, #456)
Special thanks to @username for this contribution! 🎉Special thanks to @BBboy01 for their first contribution...Before publishing, verify:
When writing release notes, use these commands to verify content accuracy:
# Verify issue content
gh issue view <issue-number>
# Verify PR content
gh pr view <pr-number>
# Check contributor information
gh pr view <pr-number> --json author
This ensures accurate descriptions and proper attribution in release notes.