[Project] creating release script

This commit is contained in:
Robert von Burg 2014-09-20 14:29:47 +02:00
parent b6f5c01624
commit 5541613c41
1 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@ if [ -z "${r}" ] || [ -z "${b}" ] || [ -z "${o}" ] || [ -z "${n}" ] ; then
usage usage
fi fi
#if [ "$(git status --short)" != "" ] ; then if [ "$(git status --short)" != "" ] ; then
# echo "You have uncommitted changes!" echo "You have uncommitted changes!"
# exit 1 exit 1
#fi fi
create_release_branch="${c}" create_release_branch="${c}"
release_branch="${r}" release_branch="${r}"