Skip to content

Commit

Permalink
cant use do no merge because we have a litnt for that phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 26, 2023
1 parent 012e1e3 commit 9b91859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/beta-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ echo "Merge the Version Packages (beta) PR to publish a beta"
# 8. repeat 7 if wanted
# 9. when ready to exit pre mode. `yarn beta-exit`
echo "when complete with beta mode, run `yarn beta-exit`"
echo "IMPORTANT: once you exit pre mode you should open a PR to merge your branch into main. DO NOT MERGE the Version Packages PR which is not beta into prerelease/$branch_name branch"
echo "IMPORTANT: once you exit pre mode you should open a PR to merge your branch into main."
echo "DONT MERGE the Version Packages PR which is not Beta into prerelease/$branch_name branch"
# 11. open PR for prerelease into main
# NOTE: if you want to exit pre mode and not publish a beta, you can run `yarn beta-exit --no-publis
# TODO right now if you merge the changeset-prerelease Version Packages PR into its BASE it might be possible to end up in a state where pre mode is exited and you merge version packages in and end up pubblishing a regular package
Expand Down

0 comments on commit 9b91859

Please sign in to comment.