Skip to content

Commit

Permalink
comment out for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot committed Sep 20, 2024
1 parent 5f4c434 commit a522bab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/create-release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ 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 release branch"
# git checkout "${RELEASE_BRANCH_NAME}"

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

#Generate version bump, changelog and test plan csv
yarn set-version
# #Generate version bump, changelog and test plan csv
# yarn set-version
node ./scripts/generate-rc-commits.mjs "${PREVIOUS_VERSION}" "${RELEASE_BRANCH_NAME}"
./scripts/changelog-csv.sh "${RELEASE_BRANCH_NAME}"

Expand Down

0 comments on commit a522bab

Please sign in to comment.