diff --git a/Makefile b/Makefile index 8787293..eb83541 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,8 @@ merge: if ($$targetBranch -eq '') { echo 'Relase target branch cannot be empty'; exit 1 } \ git checkout $$targetBranch; \ git pull; \ - gh pr create; \ + git checkout -; \ + gh pr create --base $$targetBranch; \ " docker-build: