Skip to content

Commit

Permalink
Merge pull request #298 from che-incubator/che-22646
Browse files Browse the repository at this point in the history
fix: che-22646 use gh instead of hub
  • Loading branch information
mkuznyetsov authored Nov 9, 2023
2 parents f6d8b8e + 161ec14 commit 5b53345
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 5b53345

Please sign in to comment.