New Release : 2015.08.20.21.24.13

This commit is contained in:
MatMoul
2015-08-20 21:24:15 +02:00
parent 5813ed10f5
commit 67932300d2
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ sed -i '1s/^/Current Version :\n/' CHANGELOG
echo "Make last commit..."
git commit -a -m "New Release : $version"
if [ ! "$branch" = "master"]; then
if [ ! "$branch" = "master" ]; then
echo "Merge branch $branch to master..."
git checkout master
git merge $branch