Skip to content

Commit f303372

Browse files
authored
Step 9 - clarify the message that needs to be sent in discord also needs to be sent on workplace.
1 parent 506ab49 commit f303372

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/guide-release-process.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)