Автообновление CHANGELOG для flutter_rust_bridge
documentation
frb-write-changelog is a Claude Code skill that updates the flutter_rust_bridge CHANGELOG.md for a new release by collecting merged pull requests since the previous version tag via GitHub CLI and formatting entries to match the existing changelog style. The skill follows nine steps: inspecting the file, locating the previous tag with `git tag`, fetching up to 200 PRs with `gh pr list`, filtering and normalizing titles, writing the section with `(thanks @username)` attribution for third-party contributors, running mechanical verification via `verify_changelog.py`, and regenerating `frb_dart/CHANGELOG.md` and `frb_hooks/CHANGELOG.md` with `./frb_internal generate-internal-readme`. It is built for flutter_rust_bridge maintainers who need accurate, reproducible release notes without manually sorting through merged PRs.
- #changelog
- #release-management
- #git
- #documentation
- #flutter
- #rust