Skip to content

Commit 2a4445b

Browse files
committed
Enter prerelease mode
1 parent e3a9615 commit 2a4445b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mode": "pre",
3+
"tag": "pre-v6",
4+
"initialVersions": {
5+
"react-router": "6.28.2",
6+
"react-router-dom": "6.28.2",
7+
"react-router-dom-v5-compat": "6.28.2",
8+
"react-router-native": "6.28.2",
9+
"@remix-run/router": "1.21.1"
10+
},
11+
"changesets": []
12+
}

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Hotfix releases follow the same process as standard releases above, but the `rel
103103
- Steps:
104104
- `git checkout v6 && git pull origin v6`
105105
- `git checkout -b release-v6`
106-
- `pnpm changeset pre enter pre`
106+
- `pnpm changeset pre enter pre-v6`
107107
- The process of the PRs and iterating on prereleases remains the same
108108
- Once the stable release is out:
109109
- Merge `release-v6` back to `v6` with a **Normal Merge**

0 commit comments

Comments
 (0)