X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=scripts%2Fhv-git-functions.sh;h=29c6cc298f7a039374654207bf0af54a48937117;hb=29adab903b9ea78325d40d641f1c29d10a3f6b97;hp=4ab8fe07ff23b243459df404a020015a1f549678;hpb=17221ee06c14d4e39dd45e9c5b779b0f915f2f4e;p=hvutilities.git diff --git a/scripts/hv-git-functions.sh b/scripts/hv-git-functions.sh index 4ab8fe0..29c6cc2 100644 --- a/scripts/hv-git-functions.sh +++ b/scripts/hv-git-functions.sh @@ -120,6 +120,7 @@ hv_git_tag_from_branch() echo "${tag} (error)" else echo "${tag}" + git push --tags fi else echo "${FUNCNAME}: branch \"${b}\" not found"