Skip to content

Commit 2c054b0

Browse files
committed
fix: The PR must be raised against the main branch
1 parent 2a7cd07 commit 2c054b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish-new-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ if [ "$PUSH" = true ]; then
143143
git push -u origin "$PR_BRANCH"
144144
echo ""
145145
echo "The changes have been pushed to GitHub!"
146-
echo "Raise the PR against the $BRANCH branch."
146+
echo "Raise the PR against the main branch."
147147
echo "Click the link above to create the PR in GitHub, and then verify that the build works with Netlify previews."
148148
echo "Once the branch is merged, the changes will automatically be deployed and be live."
149149
else
150150
echo ""
151151
echo "Skipping push to origin."
152152
echo "Please push the branch manually and create PR."
153-
echo "Raise the PR against the $BRANCH branch."
153+
echo "Raise the PR against the main branch."
154154
echo "Once the changes are merged, they will automatically be deployed and be live."
155155
fi

0 commit comments

Comments
 (0)