1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Jan Steemann 2015-07-21 19:20:50 +02:00
commit 99e59ce80c
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ make swagger || exit 1
git add -f Documentation/Examples/*.generated
case "$TAG" in
*-alpha*|*-beta*|devel)
git rm -f EXPERIMENTAL
;;
esac
if [ "$TAG" == "1" ]; then
git commit -m "release version $VERSION" -a
git push