From db40143322efaac7bd4de63979ada112c9eb31c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Lezaeta=20Reyes=20=5Bp=CB=88a=CE=B2=CC=9Elo=20l?= =?UTF-8?q?=CB=8Ce=CC=9E=CE=B8a=CB=88eta=20r=CB=88ej=C9=9B=5D?= Date: Sun, 23 Apr 2017 01:51:52 -0400 Subject: [PATCH] Update be sure that the tag is created and consistent. Still experimental but will solve a fews issue if work --- dev/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/dist.sh b/dev/dist.sh index 75168334..6fb8b78a 100755 --- a/dev/dist.sh +++ b/dev/dist.sh @@ -98,7 +98,7 @@ tag() version=`./setup.py version` if [ "$version" = 'Ponysay '"$1"' installer' ]; then - git tag -a "$@" && git checkout "$1" && git push -u origin "$1" + git tag -a "$@" && git checkout "$1" && git push --tags -u origin "$1" else echo 'Setup script reports. '"$version" echo 'This is not consistent with desired tag version: '"$1"