Skip to content

Commit

Permalink
exit beta mode (#484)
Browse files Browse the repository at this point in the history
turn off beta mode so that the version packages pr creates a real
release

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on changing the mode in the `.changeset/pre.json` file
from `pre` to `exit`, indicating a shift in the release process.

### Detailed summary
- Changed the `mode` from `"pre"` to `"exit"` in the
`.changeset/pre.json` file.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
aaronmgdr authored Dec 11, 2024
1 parent 19fed5e commit 4bc9055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@celo/celocli": "5.2.3",
Expand Down

0 comments on commit 4bc9055

Please sign in to comment.