Skip to content

fix(release): bump the README version badge in lockstep with the release - #341

Merged
dngioidev merged 1 commit into
mainfrom
fix/release-bumps-readme-badge
Aug 1, 2026
Merged

fix(release): bump the README version badge in lockstep with the release#341
dngioidev merged 1 commit into
mainfrom
fix/release-bumps-readme-badge

Conversation

@dngioidev

Copy link
Copy Markdown
Owner

The v0.19.0 release bumped package.json/plugin.json but not the README shields.io version badge, so it drifted (badge 0.18.0 vs package 0.19.0) — precisely what the #308 guard test and the #309 docsync gate watch for, leaving main red after every release.

  • release.mjs now rewrites the version-X.Y.Z badge during the version bump and stages README.md alongside the JSON version files
  • corrects the badge to 0.19.0 for the current release
  • test AC-badge asserts the badge bump + staging

Closes the recurrence, not just this instance.

🤖 Generated with Claude Code

The v0.19.0 release bumped package.json/plugin.json but not the README
shields.io version badge, so it drifted (badge 0.18.0 vs package 0.19.0) —
exactly what the #308 guard test and the #309 docsync gate now catch, which
would leave main red after every release. Teach release.mjs to rewrite the
badge during the version bump and stage it with the other version files, and
correct the badge to 0.19.0 for the current release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SATRHKa6mDHDuirhP6QuwL
@dngioidev
dngioidev merged commit 8815d44 into main Aug 1, 2026
6 checks passed
@dngioidev
dngioidev deleted the fix/release-bumps-readme-badge branch August 1, 2026 20:33
@dngioidev dngioidev mentioned this pull request Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant