Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/bump-stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down