Update
This commit is contained in:
parent
bf606c032b
commit
163768423b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ sed -i '1s/^/Current Version :\n/' CHANGELOG
|
|||
echo "Make last commit..."
|
||||
git commit -m "New Release : $version" *
|
||||
|
||||
if [ ! "$branch" = ""]; then
|
||||
if [ ! "$branch" = "master"]; then
|
||||
echo "Merge branch $branch to master..."
|
||||
git checkout master
|
||||
git merge $branch
|
||||
|
|
Loading…
Reference in a new issue