Skip to content

Commit

Permalink
add echos for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot committed Sep 20, 2024
1 parent 9d11412 commit 5f4c434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/create-release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ CHANGELOG_BRANCH_NAME="chore/${NEW_VERSION}-Changelog"
git config user.name metamaskbot
git config user.email metamaskbot@users.noreply.github.com

echo "Checkout release branch"
git checkout "${RELEASE_BRANCH_NAME}"

echo "Checkout new chore branch"
git checkout -b "${CHANGELOG_BRANCH_NAME}"

#Generate version bump, changelog and test plan csv
Expand Down

0 comments on commit 5f4c434

Please sign in to comment.