Merge pull request #33218 from SanderDelden/feat/plugin-scaffolder-node-add-githelper-removal-function

plugin-scaffolder-node: Add function to gitHelpers to stage files for removal
This commit is contained in:
Andre Wanlin
2026-03-13 14:34:12 -05:00
committed by GitHub
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.