X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=scripts%2Fhv-git-functions.sh;h=29c6cc298f7a039374654207bf0af54a48937117;hb=1fb7f27af45bc56ba87fd9ad73751fcafb332ee3;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"