Release script (#746)

* Update main repo release script

* update readme [skip ci]
This commit is contained in:
Chenlei Hu
2024-09-05 08:40:05 -07:00
committed by GitHub
parent 38c957d3a9
commit 81bc0fd9cb
2 changed files with 75 additions and 0 deletions

View File

@@ -237,3 +237,10 @@ This repo is using litegraph package hosted on https://github.com/Comfy-Org/lite
- Option 1: Set `DEPLOY_COMFYUI_DIR` in `.env` and run `npm run deploy`.
- Option 2: Copy everything under `dist/` to `ComfyUI/web/` in your ComfyUI checkout manually.
## Publish release to ComfyUI main repo
Run following command to publish a release to ComfyUI main repo. The script will create a new branch and do a commit to `web/` folder by checkout `dist.zip`
from GitHub release.
- `python scripts/main_repo_release.py <path_to_comfyui_main_repo> <version>`