From 5ef1f2d9408f278f55e16ccc382d5a266e1ad6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Mon, 15 Jul 2024 14:53:25 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=8F=91=E7=89=88=E6=9C=AC=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=9B=B4=E6=96=B0=E9=9D=99=E6=80=81=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newpatch.sh | 1 + newversion.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/newpatch.sh b/newpatch.sh index ab3e4f4..b3cc995 100755 --- a/newpatch.sh +++ b/newpatch.sh @@ -1,5 +1,6 @@ #!/bin/bash +./update-static-version.py cz bump --check-consistency --increment patch git push -u origin main --tags diff --git a/newversion.sh b/newversion.sh index 4b5cef9..d081fcf 100755 --- a/newversion.sh +++ b/newversion.sh @@ -1,5 +1,6 @@ #!/bin/bash +./update-static-version.py cz bump --check-consistency git push -u origin main --tags