tools/semver_git_tag with --no-verify

This commit is contained in:
pvincent
2025-10-29 16:50:25 +04:00
parent 1ca0779d0a
commit 2dfc8ba54d
+3 -5
View File
@@ -70,8 +70,10 @@ function assert_git_clean {
############# main ############# main
parse_options $*
assert_git_covered assert_git_covered
# assert_git_clean assert_git_clean
git remote update git remote update
pulled_needed=$(git status -s -u no | wc -l) pulled_needed=$(git status -s -u no | wc -l)
@@ -117,10 +119,6 @@ if [[ $VERSION != '0.0.0' ]]; then
fi fi
fi fi
parse_options $*
echo $COMMAND
exit 1
if [[ -z $COMMAND ]]; then if [[ -z $COMMAND ]]; then
echo -n "Press 'M' for Major, 'm' for minor, 'p' for patch ? " echo -n "Press 'M' for Major, 'm' for minor, 'p' for patch ? "
read -rn1 input read -rn1 input