From 13f297c5018ab3ffcac03f5def7d2d13d114b79f Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Fri, 16 Sep 2022 10:54:59 +0100 Subject: [PATCH] minor tweaks to the wording for the versions --- 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{' '}