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++))