From 31bc3c59db23be1e2bb59c46512709a62e537316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 7 Jan 2026 21:38:11 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newpatch.sh | 4 ++-- newversion.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/newpatch.sh b/newpatch.sh index d1f46bb..886b60c 100755 --- a/newpatch.sh +++ b/newpatch.sh @@ -4,8 +4,8 @@ ./update-holiday.sh git add xiaomusic/static git commit -m 'build: update static version' -git pull origin main --rebase +git pull --rebase cz bump --check-consistency --increment patch -git push -u origin main --tags +git push --tags diff --git a/newversion.sh b/newversion.sh index 80a4c96..cd8b0b4 100755 --- a/newversion.sh +++ b/newversion.sh @@ -4,8 +4,8 @@ ./update-holiday.sh git add xiaomusic/static git commit -m 'build: update static version' -git pull origin main --rebase +git pull --rebase cz bump --check-consistency -git push -u origin main --tags +git push --tags