update-changelog
Installation
SKILL.md
Update Changelog
Create or update CHANGELOG.md following the Keep a Changelog 1.1.0 format, using git tags as version boundaries.
Process
1. Gather git tag and remote info
Run these commands to understand the project's release history:
git tag --sort=-v:refname
git log --oneline --decorate
git remote get-url origin