diff --git a/website/src/pages/versions.js b/website/src/pages/versions.js index dddd45a2eb5..36a8117bfc4 100644 --- a/website/src/pages/versions.js +++ b/website/src/pages/versions.js @@ -60,21 +60,18 @@ const Versions = () => {

React Native versions

- Open source React Native releases follow a monthly release train that is + Open source React Native releases follow a release train that is coordinated on GitHub through the{' '} + href={'https://github.com/reactwg/react-native-releases/discussions'}> react-native-releases {' '} - repository. At the beginning of each month, a new release candidate is - created off the main branch of{' '} + repository. New releases are created off the main branch of{' '} facebook/react-native - . The release candidate will soak for a month to allow contributors like - yourself to{' '} + . They will follow a Release Candidate process to allow contributors + like yourself to{' '} verify the changes and to identify any issues by{' '}