`git commit -a' is interactive
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 2 Dec 2011 17:40:52 +0000 (17:40 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 2 Dec 2011 17:40:52 +0000 (17:40 +0000)
id-release

index f6875c7..bce301a 100755 (executable)
@@ -72,8 +72,10 @@ perl -i.bak -npe "s,^Version: .*,Version: $version," $spec
 
 ######################################################################
 echo ""
-echo "# Please run now"
+echo "# Please commit the version updates now"
 echo "git commit -a"
+echo ""
+echo "# Please run now"
 echo "git push"
 echo "git tag v$version"
 echo "git push origin tag v$version"