From 3fbe886fc09f753da503d25696121cb4bf498c2e Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Tue, 27 Dec 2022 18:25:04 +0100 Subject: [PATCH] [React] Switch to NPM automation (#2071) - NPM dates are more accurate than git (usually by a day) - NPM adds 0.x versions (not sure it should be kept) --- products/react.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/products/react.md b/products/react.md index 40ca4233364..5a025af870e 100644 --- a/products/react.md +++ b/products/react.md @@ -7,8 +7,11 @@ releasePolicyLink: https://reactjs.org/docs/release-channels.html changelogTemplate: https://github.com/facebook/react/releases/tag/v__LATEST__ activeSupportColumn: true releaseDateColumn: true + +# NPM dates are more accurate than git tag dates. auto: -- git: https://github.com/facebook/react.git +- npm: react + releases: - releaseCycle: "18.2" support: true