Automatically push newly created tag
[hvutilities.git] / scripts / hv-git-functions.sh
index 4ab8fe0..29c6cc2 100644 (file)
@@ -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"