feat(plugin-scaffolder-node/githelpers): add function to stage files for removal

Signed-off-by: Sander van Delden <38953576+SanderDelden@users.noreply.github.com>
This commit is contained in:
Sander van Delden
2026-03-09 14:21:00 +01:00
parent ba7cd39692
commit cd0ecc50b1
5 changed files with 85 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-node': patch
---
Added `removeFiles` helper function for staging file removals in Git.