Skip to content

Commit 13f297c

Browse files
committed
minor tweaks to the wording for the versions
1 parent 7bb5d88 commit 13f297c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

website/src/pages/versions.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,18 @@ const Versions = () => {
6060
<Layout title="Versions" wrapperClassName="versions-page">
6161
<h1>React Native versions</h1>
6262
<p>
63-
Open source React Native releases follow a monthly release train that is
63+
Open source React Native releases follow a release train that is
6464
coordinated on GitHub through the{' '}
6565
<a
66-
href={
67-
'https://github.com/react-native-community/react-native-releases'
68-
}>
66+
href={'https://github.com/reactwg/react-native-releases/discussions'}>
6967
<code>react-native-releases</code>
7068
</a>{' '}
71-
repository. At the beginning of each month, a new release candidate is
72-
created off the <code>main</code> branch of{' '}
69+
repository. New releases are created off the <code>main</code> branch of{' '}
7370
<a href={'https://github.com/facebook/react-native'}>
7471
<code>facebook/react-native</code>
7572
</a>
76-
. The release candidate will soak for a month to allow contributors like
77-
yourself to{' '}
73+
. They will follow a Release Candidate process to allow contributors
74+
like yourself to{' '}
7875
<a href={useBaseUrl('docs/upgrading')}>verify the changes</a> and to
7976
identify any issues by{' '}
8077
<a href="https://github.com/facebook/react-native/issues">

0 commit comments

Comments
 (0)