We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c0136 commit 7da3d9bCopy full SHA for 7da3d9b
scripts/make-release
@@ -165,8 +165,8 @@ else
165
status "git checkout ${BRANCH}"
166
git checkout "${BRANCH}"
167
168
- status "git merge ${base_branch}"
169
- if ! git merge --no-edit --commit ${base_branch}; then
+ status "git merge origin/${base_branch}"
+ 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}."
0 commit comments