|
|
@ -186,5 +186,5 @@ git add ${GIT_ROOT_FOLDER}/.semver_git_tag |
|
|
echo "tagging as $TAG ..." |
|
|
echo "tagging as $TAG ..." |
|
|
git commit -am "tagged as ${TAG}" |
|
|
git commit -am "tagged as ${TAG}" |
|
|
git tag $TAG |
|
|
git tag $TAG |
|
|
git push origin "$current_branch" --tags $(extra_options) |
|
|
|
|
|
|
|
|
git push origin --no-verify "$current_branch" --tags $(extra_options) |
|
|
echo "done" |
|
|
echo "done" |