Skip to content

Commit 617545c

Browse files
ci: rename weekly ComfyUI release workflow (#14598)
## Summary Rename the weekly ComfyUI release workflow so its filename matches its existing weekly cadence. ## Changes - **What**: Renames `release-biweekly-comfyui.yaml` to `release-weekly-comfyui.yaml` and updates references in the version-bump workflow and release-process documentation. - **Dependencies**: None. ## Review Focus Confirm there are no external callers that still invoke the workflow by its old filename. The workflow content and behavior are unchanged. ## Screenshots (if applicable) Not applicable. Co-authored-by: ShihChi Huang <shh@theonlyperson.com>
1 parent 8291e69 commit 617545c

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release-version-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- cron: '0 0 * * *'
2727
# Weekly RC cut: MINOR bump on main every Monday 20:00 UTC (noon PST /
2828
# 13:00 PDT), aligned
29-
# with the release freeze in release-biweekly-comfyui.yaml. Merging this minor
29+
# with the release freeze in release-weekly-comfyui.yaml. Merging this minor
3030
# `Release` PR advances main to the next dev minor AND makes
3131
# release-branch-create.yaml cut the outgoing core/x.y + cloud/x.y pair. This
3232
# is what makes the Monday branch cut hands-off (no manual minor bump).
File renamed without changes.

docs/release-process.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ and npm (`@comfyorg/comfyui-frontend-types`).
7676

7777
## Weekly ComfyUI Integration
7878

79-
`release-biweekly-comfyui.yaml` runs every Monday — if the next `core/`
79+
`release-weekly-comfyui.yaml` runs every Monday — if the next `core/`
8080
branch has unreleased commits, it triggers a patch bump and drafts a PR to
81-
`Comfy-Org/ComfyUI` updating `requirements.txt`. (Filename retains the
82-
`biweekly` name for run history; the cadence is now weekly.)
81+
`Comfy-Org/ComfyUI` updating `requirements.txt`.
8382

8483
## Workflows
8584

@@ -88,7 +87,7 @@ branch has unreleased commits, it triggers a patch bump and drafts a PR to
8887
| `release-version-bump.yaml` | Bump version, create Release PR |
8988
| `release-draft-create.yaml` | Build + publish to GitHub/PyPI/npm |
9089
| `release-branch-create.yaml` | Create `core/` + `cloud/` branches (minor/major) |
91-
| `release-biweekly-comfyui.yaml` | Weekly auto-patch + ComfyUI requirements PR |
90+
| `release-weekly-comfyui.yaml` | Weekly auto-patch + ComfyUI requirements PR |
9291
| `pr-backport.yaml` | Cherry-pick fixes to stable branches |
9392
| `cloud-backport-tag.yaml` | Tag cloud branch merges |
9493
| `pr-assign-release-sheriff.yaml` | Assign on-call sheriff to backport/release PRs |

0 commit comments

Comments
 (0)