sync-versions

Installation
SKILL.md

Sync Versions

Run the bundled script from the repo root:

python3 .claude/skills/sync-versions/scripts/sync_versions.py

Use --dry-run to preview changes without writing or committing.

What the script does

  1. Fetches all releases from mantinedev/mantine via gh api
  2. Ignores pre-releases (alpha, beta, rc, etc.) and drafts
  3. Ignores versions below v7
  4. Adds missing minor/major versions and their patches
  5. Updates changelog links for older major versions to use their versioned subdomain (e.g. v8.mantine.dev) when a newer stable major exists
  6. Commits with [mantine.dev] Update versions list
Installs
2
GitHub Stars
31.3K
First Seen
May 16, 2026
sync-versions — mantinedev/mantine