Skip to content

Commit 24f0ebc

Browse files
authored
Remove unwanted changes to make-release
1 parent ce29d71 commit 24f0ebc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

scripts/make-release

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,7 @@ if ! git branch -a | grep -q "remotes/origin/${BRANCH}\$"; then
162162
git checkout -b "${BRANCH}"
163163
else
164164
echo "You appear to already have a ${BRANCH} created, using it"
165-
status "git checkout ${BRANCH}"
166165
git checkout "${BRANCH}"
167-
168-
status "git merge origin/${base_branch}"
169-
if ! git merge --no-edit --commit origin/${base_branch}; then
170-
git merge --abort || true
171-
error "##################################################################"
172-
error "Cannot automatically merge ${base_branch} into ${BRANCH}."
173-
error "Please merge manually, resolving any conflicts"
174-
error "##################################################################"
175-
exit 1
176-
fi
177166
fi
178167

179168
# cleaning on the branch

0 commit comments

Comments
 (0)