Merge pull request #28373 from AmbrishRamachandiran/linking-local-packages-docs

Updated info in the linking local packages docs
This commit is contained in:
Ben Lambert
2025-01-14 08:44:42 +01:00
committed by GitHub
@@ -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.