Update beta.mjs

This commit is contained in:
Louis Lam 2026-01-13 17:37:51 +08:00 committed by GitHub
parent 7b284c04ed
commit 1921f3f55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,9 @@ await checkTagExists(repoNames, version);
// node extra/beta/update-version.js
execSync("node ./extra/beta/update-version.js");
// Git Push
spawnSync("git", ["push", "origin", branchName]);
// Create Pull Request
await createReleasePR(version, previousVersion, dryRun, branchName, githubRunId);