From 7405b75086956fe6d587e2557b6064c6abfa943b Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 10 Oct 2014 11:57:33 +0200 Subject: [PATCH] [Minor] minor cleanups --- li.strolch.dev/release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/li.strolch.dev/release.sh b/li.strolch.dev/release.sh index da82c5a2f..fe39908be 100755 --- a/li.strolch.dev/release.sh +++ b/li.strolch.dev/release.sh @@ -240,6 +240,10 @@ if [ -n "${push}" ] ; then echo -e "\nINFO: Pushing to origin..." git push origin ${new_version} git submodule foreach git push origin ${new_version} +else + echo "\nINFO: To push tags perform the following:" + echo "git push origin ${new_version}" + echo "git submodule foreach git push origin ${new_version}" fi