Update repo-tools changeset to cover spawnSync change

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-02-26 23:56:23 +01:00
parent b4fea2bc29
commit a2653cd112
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/repo-tools': patch
---
Updated CLI report parser to support cleye-style help output sections (`USAGE:` and `FLAGS:`).
Updated CLI report parser to support cleye-style help output sections (`USAGE:` and `FLAGS:`). Switched to synchronous child process execution for CLI report extraction to avoid stdout data loss.