projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab2af99
)
Automatically push newly created tag
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 30 Mar 2020 15:56:21 +0000
(11:56 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 30 Mar 2020 15:56:21 +0000
(11:56 -0400)
scripts/hv-git-functions.sh
patch
|
blob
|
history
diff --git
a/scripts/hv-git-functions.sh
b/scripts/hv-git-functions.sh
index
4ab8fe0
..
29c6cc2
100644
(file)
--- 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"