Skip to content

Commit 733f93d

Browse files
authored
Clarify need to bump CLI version on release branch during cut (#821)
* Clarify need to bump CLI version on release branch during cut * Applying @huntie suggestions * Update docs/guide-release-candidate.md
1 parent 5b5bfe0 commit 733f93d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/guide-release-candidate.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The general stages for handling a release candidate:
1212
## Pre-requisites
1313

1414
- Write access to [react-native](https://github.com/facebook/react-native) repository.
15+
- Write access to [template](https://github.com/react-native-community/template) repository.
1516
- Write access to [hermes](https://github.com/facebook/hermes) repository.
1617
- Write access to [releases](https://github.com/reactwg/react-native-releases) repository.
1718
- One CircleCI personal API token - see [here](https://circleci.com/docs/managing-api-tokens#creating-a-personal-api-token) how to set one.
@@ -36,10 +37,16 @@ git checkout -b 0.76-stable
3637

3738
**Create corresponding release branches in related community repos**
3839

39-
- [@react-native-community/cli](https://github.com/react-native-community/cli)
40-
- Example: `14.x` (refer to and update [this table](https://github.com/react-native-community/cli#compatibility))
4140
- [@react-native-community/template](https://github.com/react-native-community/template)
4241
- Example: `0.76-stable`
42+
43+
> [!CAUTION]
44+
> Make sure the CLI team ([#cli](https://discord.com/channels/514829729862516747/1232435652533031013) channel on discord) is aware of the upcoming branch cut.
45+
> They are responsible of making sure the CLI is bumped **before RC1**.
46+
>
47+
> Things to be aware are:
48+
> * Make sure there is a corresponding release branch on [@react-native-community/cli](https://github.com/react-native-community/cli)
49+
> * Make sure the compatibility table gets updated [here](https://github.com/react-native-community/cli#compatibility)
4350
4451
With repo write permissions, you can do this from the GitHub UI.
4552

0 commit comments

Comments
 (0)