mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cd8dbd15ff
Summary: Automatically create a GitHub Release draft when a new React Native release is created. The GitHub Release will be created by the same Circle CI job that publishes the package to npm. This job will also upload the built Hermes binaries to the GitHub release. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D36646696 fbshipit-source-id: 0a863dc4e3215fc95f7852f8dc43858cdd852aaa
24 lines
731 B
Markdown
24 lines
731 B
Markdown
<!-- Template for pre-release GitHub release -->
|
|
|
|
<!-- TODO Post about this release to https://github.com/reactwg/react-native-releases/discussions) -->
|
|
|
|
- <!-- TODO List out notable picks for this patch -->
|
|
|
|
---
|
|
|
|
To test it, run:
|
|
|
|
npx react-native init RN__SHORT_VERSION__ --version __VERSION__
|
|
|
|
---
|
|
|
|
You can participate in the conversation on the status of this release in the [working group](https://github.com/reactwg/react-native-releases/discussions).
|
|
|
|
---
|
|
|
|
To help you upgrade to this version, you can use the [upgrade helper](https://react-native-community.github.io/upgrade-helper/) ⚛️
|
|
|
|
---
|
|
|
|
See changes from this release in the [changelog PR](https://github.com/facebook/react-native/labels/%F0%9F%93%9D%20Changelog)
|