From 7f6d7b452e2ff4e9fd7bd7e215bef4d9dd34629a Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 30 Jul 2025 01:28:27 -0400 Subject: [PATCH] Update bump-stable command to use --admin flag for version bump PR --- .claude/commands/bump-stable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/bump-stable.md b/.claude/commands/bump-stable.md index ea46f899d..70842e33e 100644 --- a/.claude/commands/bump-stable.md +++ b/.claude/commands/bump-stable.md @@ -23,7 +23,7 @@ Please update the version of ComfyUI to the latest: 9. Switch to main branch and git pull 10. Bump the version using `npm version` with the `--no-git-tag-version` arg 11. Create a version bump PR with the title `vVERSION` e.g. `v0.4.10`. It must have the `Release` label, and no content in the PR description. -12. Squash-merge the PR - do not wait for tests, as bumping package version will not cause test breakage. +12. Squash-merge the PR using `gh pr merge --squash --admin` to bypass branch protection rules - do not wait for tests, as bumping package version will not cause test breakage. 13. Publish a GitHub Release: - Set to pre-release (not latest) - The tag should be `vVERSION` e.g. `v0.4.10`