From 3ac39ce59f760f94df558761e6da615eff7eb4d5 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 22 Apr 2025 20:04:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:;git=E8=87=AA=E5=8A=A8=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- increment-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/increment-version.js b/increment-version.js index 6c720e4..57b3e92 100644 --- a/increment-version.js +++ b/increment-version.js @@ -30,7 +30,7 @@ try { console.log('Added package.json to staging area.'); // 提交更改 - execSync(`git commit -m "Update version to ${newVersion}"`); + execSync(`git commit -m "fix: Update version to V${newVersion}"`); console.log(`Committed changes with message: Update version to ${newVersion}`); // 推送到远程仓库