Skip to content

Commit

Permalink
added echo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Oct 17, 2024
1 parent 96ef5c9 commit 68b7b86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/create-release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ gh pr create \
--title "feat: ${NEW_VERSION}" \
--body "${RELEASE_BODY}" \
--head "${RELEASE_BRANCH_NAME}";
echo "Release PR Created"

git checkout "${RELEASE_BRANCH_NAME}"
echo "Release Branch Checked Out"

git checkout -b "${CHANGELOG_BRANCH_NAME}"
echo "Changelog Branch Created"

#Bump versions for the release"
SEMVER_VERSION="${NEW_VERSION}" VERSION_NUMBER="${NEW_VERSION_NUMBER}" yarn set-version
Expand Down

0 comments on commit 68b7b86

Please sign in to comment.