Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak: improve wordiness on docs about bumping monorepo packages #3805

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions website/contributing/release-updating-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ title: Updating monorepo packages

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).

:::note

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.
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.

:::

## Finding all packages that have unpublished changes

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

## Align package versions across monorepo

> 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.

#### Use case

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