From: Hugo Villeneuve Date: Mon, 30 Mar 2020 15:56:21 +0000 (-0400) Subject: Automatically push newly created tag X-Git-Url: http://gitweb.hugovil.com/?p=hvutilities.git;a=commitdiff_plain;h=a0d6bff08507fe752e345cfe4b2168dc388524f9 Automatically push newly created tag --- 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"