tools/semver_git_tag with --no-verify

This commit is contained in:
pvincent
2025-10-29 16:45:16 +04:00
parent e0ccbe9fdc
commit feed1e1243
-1
View File
@@ -114,7 +114,6 @@ fi
parse_options $*
COMMAND="${1:-ask}"
if [[ -z $COMMAND ]]; then
echo -n "Press 'M' for Major, 'm' for minor, 'p' for patch ? "
read -rn1 input