Skip to content

Commit

Permalink
add no-edit to release merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkarpenske committed Jul 5, 2016
1 parent 3043766 commit 7bc5217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fi

git checkout master
git pull
git merge ${ON_BRANCH}
git merge --no-edit ${ON_BRANCH}
if [ "$?" -ne "0" ]; then
echo "Failed to merge to master."
exit 1
Expand Down

0 comments on commit 7bc5217

Please sign in to comment.