Skip to content

Commit d234007

Browse files
committed
Update README and workflows for main branch
1 parent 2e342ce commit d234007

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: test
22
on:
33
push:
4-
branches: [dev]
4+
branches: [main]
55
tags: [v*]
66
pull_request:
77
types: [opened, synchronize]

.github/workflows/website.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: website
22

33
on:
44
push:
5-
branches:
6-
- dev
7-
paths:
8-
- docs/**
5+
branches: [main]
6+
paths: [docs/**]
97

108
jobs:
119
website:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
React Router is a lightweight, fully-featured routing library for the [React](https://reactjs.org) JavaScript library. React Router runs everywhere that React runs; on the web, on the server (using node.js), and on React Native.
77

8-
If you're reading this, you're on the dev branch where we are actively developing the next major version of React Router, version 6. We're really excited about v6 and believe it delivers a lot of improvements over v5, but we do not yet recommend it for use in production. Please wait until we have a stable release before deploying it on your production app.
8+
**The current stable release of React Router is version 5, which you can find [on the `v5` branch](https://github.com/remix-run/react-router/tree/v5). The current branch you are viewing is for version 6 which is under active development and should be released very soon.**
99

1010
If you're new to React Router, we recommend you start with [the getting started guide](/docs/getting-started/installation.md).
1111

12-
If you're migrating to v6 from v5 (or v4, which is the same as v5), check out [the migration guide](/docs/guides/migrating-5-to-6.md).
12+
If you're migrating to v6 from v5 (or v4, which is the same as v5), check out [the migration guide](/docs/guides/migrating-5-to-6.md). If you're migrating from Reach Router, check out [the migration guide for Reach Router](/docs/guides/migrating-reach-to-6.md).
1313

1414
When v6 is stable we will publish the docs on our website.
1515

0 commit comments

Comments
 (0)