From ee934722144285e136a1b304e5595c50663a97cb Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 2 Mar 2015 13:53:24 +0100 Subject: [PATCH] [Minor] when pushing tags first push modules --- li.strolch.dev/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/li.strolch.dev/release.sh b/li.strolch.dev/release.sh index 2ae8e615c..c17cffa6d 100755 --- a/li.strolch.dev/release.sh +++ b/li.strolch.dev/release.sh @@ -256,9 +256,9 @@ fi # push to origin if [ -n "${push}" ] ; then - echo -e "\nINFO: Pushing to origin..." - git push origin ${new_version} + echo -e "\nINFO: Pushing ${new_version} to origin..." git submodule foreach git push origin ${new_version} + git push origin ${new_version} else echo -e "\nINFO: To push tags perform the following:" echo -e "git push origin ${new_version}"