From 6144ee04a569df422b1f84a2096ac281ccd3814d Mon Sep 17 00:00:00 2001 From: Quang nd Date: Thu, 29 Aug 2024 13:50:42 +0700 Subject: [PATCH 1/2] quang123 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8787293..dc146a2 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ merge: if ($$targetBranch -eq '') { echo 'Relase target branch cannot be empty'; exit 1 } \ git checkout $$targetBranch; \ git pull; \ - gh pr create; \ + gh pr create --base $$targetBranch; \ " docker-build: From a3df6a753dac7631ba8a39b1e20e525510267e8d Mon Sep 17 00:00:00 2001 From: Quang nd Date: Thu, 29 Aug 2024 13:59:25 +0700 Subject: [PATCH 2/2] 12 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dc146a2..eb83541 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ merge: if ($$targetBranch -eq '') { echo 'Relase target branch cannot be empty'; exit 1 } \ git checkout $$targetBranch; \ git pull; \ + git checkout -; \ gh pr create --base $$targetBranch; \ "