Added changeset for @backstage/plugin-azure-devops-backend.

Signed-off-by: Caden Wheeler <cawheeler@webstaurantstore.com>
This commit is contained in:
Caden Wheeler
2024-01-23 10:50:11 -06:00
parent 6f3d43ce06
commit 25bda45b02
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-azure-devops-backend': patch
---
Fixed bug with extractPartsFromAsset that resulted in a leading "." being removed from the path in an otherwise valid path (ex. ".assets/image.png"). The leading "." will now only be moved for paths beginning with "./".