tools/semver_git_tag with --no-verify
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user