From 8c65a420c02b9c77f57aaa649a27eda941b5a290 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Fri, 16 Sep 2022 11:19:11 +0100 Subject: [PATCH] minor tweaks to the wording for the versions page (#3327) --- website/src/pages/versions.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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{' '}