Skip to content

Commit

Permalink
12
Browse files Browse the repository at this point in the history
  • Loading branch information
Quang nd committed Aug 29, 2024
1 parent 6144ee0 commit a3df6a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
"

Expand Down

0 comments on commit a3df6a7

Please sign in to comment.