Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
murer committed Apr 9, 2012
1 parent ff483a2 commit c31471d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Expand Up @@ -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

0 comments on commit c31471d

Please sign in to comment.