File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -315,16 +315,15 @@ EOF
315315
316316### Step 9: Communicate Release
317317
318- Send a message in the Core Contributors Discord ` #release-coordination ` channel about the new release .
318+ Create and send a message with the template below in the Core Contributors Discord ` #release-coordination ` channel.
319319
320- ``` bash
321- PULL_REQUEST=$( gh pr view --json url --jq ' .url' )
322- cat << EOF | pbcopy
323- 📢 $VERSION release is out!
320+ Get a Meta engineer to send that same message in the ` React Native Releases ` Workplace group.
324321
325- 📦 https://github.com/facebook/react-native/releases/tag/v$VERSION
326- 📝 $PULL_REQUEST
327- EOF
322+ ```
323+ 📢 **0.81.0-rc.0 is out!**
324+
325+ 📦 Release tag: https://github.com/facebook/react-native/releases/tag/v0.81.0-rc.0
326+ 📝 Changelog PR: https://github.com/facebook/react-native/pull/52517
328327```
329328
330329### Step 10: Ensure Podfile.lock is updated
You can’t perform that action at this time.
0 commit comments