From a785c0777cfeeb848bc7af0afe4924c3e5fb0bb0 Mon Sep 17 00:00:00 2001 From: Liuyf Date: Tue, 18 Feb 2025 10:22:02 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=B0=8F=E7=89=88=E6=9C=AC=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E8=A7=84=E5=88=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tag_generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag_generator.sh b/tag_generator.sh index 02ddc5d3..39c384ee 100755 --- a/tag_generator.sh +++ b/tag_generator.sh @@ -34,7 +34,7 @@ else echo "----$commit_message" if [[ "$commit_message" =~ ("feat:"*) ]]; then ((minor++)) - new_patch=0 +# new_patch=0 break elif [[ "$commit_message" =~ ("fix:"*) ]] && [[ $new_patch == $patch ]]; then ((new_patch++))