Commit Graph

3 Commits

Author SHA1 Message Date
argenis de la rosa
54057bce87 feat(changelog): add auto-synced changelog with full release history
- 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
2026-03-17 10:50:44 -04:00
Argenis
0c56834385
chore(ci): remove sync-readme workflow and script (#3535)
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.
2026-03-14 21:38:04 -04:00
Argenis
8dbf142c7b
feat(ci): auto-sync README What's New and Contributors on release (#3505)
* 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>
2026-03-14 16:00:18 -04:00