Skip to content

Commit

Permalink
[React] Switch to NPM automation (#2071)
Browse files Browse the repository at this point in the history
- NPM dates are more accurate than git (usually by a day)
- NPM adds 0.x versions (not sure it should be kept)
  • Loading branch information
marcwrobel committed Dec 28, 2022
1 parent 93207fb commit f162769
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion products/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f162769

Please sign in to comment.