Update makerelease

This commit is contained in:
MatMoul 2016-04-10 21:25:50 +02:00
parent 180511f679
commit 9c70072e59

View file

@ -54,9 +54,21 @@ if [ ! "$branch" = "master" ]; then
esac
fi
read -p "Push release ? (Y/n)" choice
case "$choice" in
n|N ) exit 1;;
exit 1
;;
esac
git checkout master
echo "Push release..."
git push
read -p "Publish to server ? (Y/n)" choice
case "$choice" in
n|N )
n|N ) exit 1;;
exit 1
;;
esac
@ -70,11 +82,6 @@ git commit -a -m "New Release : $version"
echo "Push index.html..."
git push
git checkout master
echo "Push release..."
git push
#Sourceforge :
targetpath=.build/$version