summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-12-03 10:52:51 +0000
committerGravatar GitHub <noreply@github.com> 2024-12-03 10:52:51 +0000
commitbc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4 (patch)
tree47d55a28d690e3c2446e8d0e97ffab40684deb13
parentb731b3de73262f8ab9544b1228ea9e693e488b6c (diff)
downloadastro-bc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4.tar.gz
astro-bc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4.tar.zst
astro-bc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4.zip
chore: exit pre-mode (#12553)
-rw-r--r--.changeset/config.json2
-rw-r--r--.changeset/pre.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.changeset/config.json b/.changeset/config.json
index 7920f52b8..030941db2 100644
--- a/.changeset/config.json
+++ b/.changeset/config.json
@@ -4,7 +4,7 @@
"commit": false,
"linked": [],
"access": "public",
- "baseBranch": "next",
+ "baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
diff --git a/.changeset/pre.json b/.changeset/pre.json
index 9dd14d8a4..88b57d43a 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -1,5 +1,5 @@
{
- "mode": "pre",
+ "mode": "exit",
"tag": "beta",
"initialVersions": {
"astro": "5.0.0-alpha.9",