From 41a6d90f8168247f41a6a1e2fa35be21dac40e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 10 Jan 2026 03:18:11 +0800 Subject: [PATCH] update scripts --- newpatch.sh | 1 + newversion.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/newpatch.sh b/newpatch.sh index 886b60c..6c45424 100755 --- a/newpatch.sh +++ b/newpatch.sh @@ -8,4 +8,5 @@ git pull --rebase cz bump --check-consistency --increment patch +git push git push --tags diff --git a/newversion.sh b/newversion.sh index cd8b0b4..d4254f2 100755 --- a/newversion.sh +++ b/newversion.sh @@ -8,4 +8,5 @@ git pull --rebase cz bump --check-consistency +git push git push --tags