Skip to content

Commit

Permalink
set the base branch to test for RC cut
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Jun 28, 2024
1 parent 682fb7a commit 812661d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/create-release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ RELEASE_BODY="This is the release candidate for version ${NEW_VERSION}."
git config user.name metamaskbot
git config user.email [email protected]

#TODO remove
git checkout chore/changelog-release-automation

git checkout -b "${RELEASE_BRANCH_NAME}"

if ! (git add . && git commit -m "${NEW_VERSION}");
Expand Down

0 comments on commit 812661d

Please sign in to comment.