Skip to content

Commit aaaddc8

Browse files
authored
tweak: improve wordiness on docs about bumping monorepo packages (#3805)
1 parent ba2d84c commit aaaddc8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

website/contributing/release-updating-packages.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ title: Updating monorepo packages
55

66
This page contains relevant information about how to update packages in the `react-native` [monorepo](https://github.com/react-native-community/discussions-and-proposals/pull/480).
77

8+
:::note
9+
10+
From 0.72 onwards, all packages versions should be updated and aligned by using `bump-all-updated-packages` script, both in `main` and `*-stable` branches.
11+
Practically, this means that the secondary command `align-package-versions` is only present in the 0.71 branch - and neither are present in versions lower than that.
12+
13+
:::
14+
815
## Finding all packages that have unpublished changes
916

1017
#### Use case
@@ -71,8 +78,6 @@ Example script output, where no package versions were changed:
7178

7279
## Align package versions across monorepo
7380

74-
> Side note: We do not anticipate that this script might be useful in future. With current monorepo setup, all packages versions should be updated and aligned by using `bump-all-updated-packages` script, both in `main` and `*-stable` branches.
75-
7681
#### Use case
7782

7883
You (or someone from release cycle team) want to verify that the latest versions of @react-native/\* packages are specified across monorepo, including `template`.

0 commit comments

Comments
 (0)