From: Wolfram Schneider Date: Fri, 2 Dec 2011 17:40:52 +0000 (+0000) Subject: `git commit -a' is interactive X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=7b217bc045235c099c25720960eba0acc9f6468b;p=git-tools-moved-to-github.git `git commit -a' is interactive --- diff --git a/id-release b/id-release index f6875c7..bce301a 100755 --- a/id-release +++ b/id-release @@ -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"