From 2dfc8ba54db3e9cea8c7eb5cb71cca3bba7ea40d Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 29 Oct 2025 16:50:25 +0400 Subject: [PATCH] tools/semver_git_tag with --no-verify --- tools/semver_git_tag | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tools/semver_git_tag b/tools/semver_git_tag index d26b696..b9c1f79 100755 --- a/tools/semver_git_tag +++ b/tools/semver_git_tag @@ -70,8 +70,10 @@ function assert_git_clean { ############# main +parse_options $* + assert_git_covered -# assert_git_clean +assert_git_clean git remote update pulled_needed=$(git status -s -u no | wc -l) @@ -117,10 +119,6 @@ if [[ $VERSION != '0.0.0' ]]; then fi fi -parse_options $* -echo $COMMAND -exit 1 - if [[ -z $COMMAND ]]; then echo -n "Press 'M' for Major, 'm' for minor, 'p' for patch ? " read -rn1 input