Skip to content

Commit 7da3d9b

Browse files
committed
Merge origin/develop instead of develop
1 parent b3c0136 commit 7da3d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/make-release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ else
165165
status "git checkout ${BRANCH}"
166166
git checkout "${BRANCH}"
167167

168-
status "git merge ${base_branch}"
169-
if ! git merge --no-edit --commit ${base_branch}; then
168+
status "git merge origin/${base_branch}"
169+
if ! git merge --no-edit --commit origin/${base_branch}; then
170170
git merge --abort || true
171171
error "##################################################################"
172172
error "Cannot automatically merge ${base_branch} into ${BRANCH}."

0 commit comments

Comments
 (0)