Skip to content

Commit

Permalink
should not automatically exit beta mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Jan 12, 2024
1 parent 00205b5 commit 7a26f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "exit",
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@celo/celocli": "3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion scripts/beta-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo "Merge the Version Packages (beta) PR to publish a beta"
# a. if you do merge/publish you will need to add more changesets to initiate a new beta being published
# 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 "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."
echo "DONT MERGE the Version Packages PR which is not Beta into prerelease/$branch_name branch"
# 11. open PR for prerelease into main
Expand Down

0 comments on commit 7a26f7e

Please sign in to comment.