Skip to content

Conversation

@benceruleanlu
Copy link
Member

@benceruleanlu benceruleanlu commented Jul 30, 2025

Description

Updates the bump-stable Claude command to use the --admin flag when merging the version bump PR.

Use Case

The version bump PR (step 12) needs to bypass branch protection rules since:

  • It only changes the version number in package.json
  • This change will not cause test failures
  • Waiting for all CI checks would delay the release process unnecessarily

Using gh pr merge --squash --admin allows the PR to be merged immediately after creation, streamlining the release workflow.

┆Issue is synchronized with this Notion page by Unito

@benceruleanlu benceruleanlu requested a review from a team as a code owner July 30, 2025 05:28
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. Release labels Jul 30, 2025
@comfy-pr-bot
Copy link
Member

Test Evidence Check

⚠️ Warning: Test Explanation Missing

If this PR modifies behavior that requires testing, a test explanation is required. PRs lacking applicable test explanations may not be reviewed until added. Please add test explanations to ensure code quality and prevent regressions.

⚠️ Warning: Visual Documentation Missing

If this PR changes user-facing behavior, visual proof (screen recording or screenshot) is required. PRs without applicable visual documentation may not be reviewed until provided.

You can add it by:

  • GitHub: Drag & drop media directly into the PR description
  • YouTube: Include a link to a short demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants