mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-27 03:19:56 +00:00
## Summary - add workflow to tag merged backport-labeled PRs into cloud/* with cloud/v<package.json version> - validate branch/version alignment and skip when tag already exists - use .nvmrc (Node 24) for setup-node ## Question - This workflow expects the version bump to already be in the PR when you merge, as it fails if the tag already exists to keep immutability. Should we autobump in this case?