- Backfill CHANGELOG.md with all stable releases (v0.1.2 through v0.4.3)
using Keep a Changelog format with Added/Fixed/Changed categories
- Add update-changelog.sh script that generates entries from git
conventional commits (feat/fix) between stable tags
- Add update-changelog.yml workflow triggered on stable release publish,
auto-prepending the new entry and committing back to master
- Idempotent: skips if version already exists in changelog
- Supports manual trigger via workflow_dispatch for backfills
The auto-generated What's New and Recent Contributors README sections
have been removed, so the sync-readme workflow and its backing script
are no longer needed.
* feat(ci): auto-sync README What's New and Contributors on release
Replace hardcoded What's New (v0.1.9b) and Recent Contributors sections
with marker-based auto-sync powered by a new GitHub Actions workflow.
The sync-readme workflow runs on each release and updates both sections
from git history.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat(ci): auto-sync What's New and Contributors across all 31 READMEs
Add marker comments to all 30 translated README files and update the
sync script to process all README*.md files on each release. Fix regex
to handle empty markers on first run.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>