From 60041d21bfc369c0f317704ca247688c92c290bb Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 13 Jan 2026 20:08:06 +0800 Subject: [PATCH] WIP --- extra/beta/update-version.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/beta/update-version.mjs b/extra/beta/update-version.mjs index 88443144f..6f033d256 100644 --- a/extra/beta/update-version.mjs +++ b/extra/beta/update-version.mjs @@ -10,7 +10,7 @@ util.polyfill(); const version = process.env.RELEASE_BETA_VERSION; -console.log("Beta Version: " + version); +console.log("Update to Beta Version: " + version); if (!version || !version.includes("-beta.")) { console.error("invalid version, beta version only"); @@ -42,7 +42,9 @@ if (!exists) { console.error("error update package-lock!"); process.exit(1); } + console.lgo("Try to commit"); commit(version); + console.log("OK"); } else { console.log("version tag exists, please delete the tag or use another tag"); process.exit(1);