Git Changelog Skill
Generates formatted changelogs and release notes from Git commit history.
Available Scripts
scripts/generate_changelog.py— Read git log between two refs and produce a grouped Markdown changelog (features, fixes, chores)
Usage
python3 scripts/generate_changelog.py --from v1.0.0 --to HEAD --output CHANGELOG.md
python3 scripts/generate_changelog.py --from v1.0.0 --to v2.0.0