Updated info in the linking local packages docs

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2025-01-06 14:37:22 +05:30
parent 41ab5cf4a0
commit f96a41dae5
@@ -48,9 +48,9 @@ If you are encountering errors related to React, it is likely that the versions
## Generating temporary patches
!!!info
:::info
This feature is experimental and currently only supports Yarn workspaces.
!!!
:::
After making local changes to a package in an external workspace you might often want to merge and deploy these changes in your own project. You can use Yarn patches for this purpose, but it can be quite cumbersome to create these patches manually. To make this process easier, you can use `yarn backstage-repo-tools generate-patch` command from the `@backstage/repo-tools` package to generate a patch and resolution entries in the external workspace.