Skip to content

Commit

Permalink
fix: che-22646 use gh instead of hub
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Nov 8, 2023
1 parent 8ee6e5b commit 161ec14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ bump_version () {
git checkout "${PR_BRANCH}"
git pull origin "${PR_BRANCH}"
git push origin "${PR_BRANCH}"
lastCommitComment="$(git log -1 --pretty=%B)"
hub pull-request -f -m "${lastCommitComment}" -b "${BUMP_BRANCH}" -h "${PR_BRANCH}"
gh pr create -f -B "${CURRENT_BRANCH}" -H "${PR_BRANCH}"
fi
set -e
fi
Expand Down

0 comments on commit 161ec14

Please sign in to comment.