Skip to content

Commit 8359631

Browse files
committed
Enter prerelease mode for 6.4.2
1 parent b19a80b commit 8359631

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",
4+
"initialVersions": {
5+
"react-router": "6.4.1",
6+
"react-router-dom": "6.4.1",
7+
"react-router-dom-v5-compat": "6.4.1",
8+
"react-router-native": "6.4.1",
9+
"@remix-run/router": "1.0.1"
10+
},
11+
"changesets": []
12+
}

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Changesets will do most of the heavy lifting for our releases. When changes are
1414
### Starting a new pre-release
1515

1616
- Ensure you are on the new `release-*` branch
17-
- Enter Changesets pre-release mode using the `pre` tag: `yarn changeset pre enter next`
17+
- Enter Changesets pre-release mode using the `pre` tag: `yarn changeset pre enter pre`
1818
- Commit the changesets and push the the `release-*` branch to GitHub; wait for the release workflow to finish and the Changesets action to open its PR that will increment all versions
1919
- Review the updated `CHANGELOG` files and make any adjustments necessary, then merge the PR
2020
- Once the PR is merged, the release workflow will publish the updated packages to npm

0 commit comments

Comments
 (0)