Merge pull request #27540 from backstage/rugvip/patchfix

repo-tools: new file and resolution fallback fix for generate-patch
This commit is contained in:
Patrik Oldsberg
2024-11-07 10:34:36 +01:00
committed by GitHub
3 changed files with 39 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
The `generate-patch` command now properly includes newly created files in the patch.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
The `generate-patch` command will now fall back to always adding a `resolutions` entry, even if no matching descriptors are found.