docs/plans/2026-04-25-release-pr-auto-release-fix.md
Fix the follow-up release PR behavior after PR #4957:
Auto release checkbox to PRs whose title contains Version packages.CI check run instead of skipping it.[Release] Version packages.mergeStateStatus is BLOCKED.main requires CI and Vercel.Vercel success and CI skipped..github/workflows/ci.yml skips pull requests whose title is exactly [Release] Version packages..github/workflows/changeset-auto-release.yml currently manages any PR with a .changeset/*.md filename, including generated release PRs that delete changesets.bun test tooling/scripts/auto-release-pr.test.mjs failed before the helper export existed, then passed after adding the title guard helper.Sync auto-release checkbox workflow, which re-adds the block because it still runs on [Release] Version packages.Version packages PR titles.bun test tooling/scripts/auto-release-pr.test.mjs failed before implementation, then passed after the helper/workflow fix.node --check tooling/scripts/auto-release-pr.mjs && node --check tooling/scripts/auto-release-pr.test.mjs passed.ruby -e 'require "yaml"; ...' .github/workflows/ci.yml .github/workflows/changeset-auto-release.yml passed.git diff --check passed.pnpm lint:fix passed with no fixes.pnpm check passed. Existing warning: apps/www/src/registry/ui/footnote-node.tsx hook dependency warning.