From c31471dc6741da46c32af22fa24e3c69fe1d7a80 Mon Sep 17 00:00:00 2001 From: murer Date: Mon, 9 Apr 2012 10:48:41 -0300 Subject: [PATCH] build --- release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.sh b/release.sh index f6a0ff4..93a3d59 100755 --- a/release.sh +++ b/release.sh @@ -12,14 +12,14 @@ fi TAG="holy-$VERSION" echo "$VERSION" > WebContent/props/version.txt -git commit -a "releasing $VERSION" +git commit -a -m "releasing $VERSION" #git push git tag -a "$TAG" -m "releasing $TAG" #git push --tags echo "master" > WebContent/props/version.txt -git commit -a "releasing $VERSION" +git commit -a -m "releasing $VERSION" git push --tags git pull