From a0d6bff08507fe752e345cfe4b2168dc388524f9 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 30 Mar 2020 11:56:21 -0400 Subject: [PATCH] Automatically push newly created tag --- scripts/hv-git-functions.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1