Update litegraph 0.8.77 (#2530)

This commit is contained in:
Chenlei Hu
2025-02-12 11:11:05 -05:00
committed by GitHub
parent 054f8f6838
commit 150b4341b2
3 changed files with 6 additions and 7 deletions

View File

@@ -26,8 +26,7 @@ try {
// Create the PR
console.log('Creating PR...')
const prBody = `Automated update of litegraph to version ${newVersion}.
Ref: https://github.com/Comfy-Org/litegraph.js/releases/tag/v${newVersion}`
const prBody = `Automated update of litegraph to version ${newVersion}. Ref: https://github.com/Comfy-Org/litegraph.js/releases/tag/v${newVersion}`
execSync(
`gh pr create --title "Update litegraph ${newVersion}" --label "dependencies" --body "${prBody}"`,
{ stdio: 'inherit' }