Updated changeset based on recommendation from PR review.

Signed-off-by: Caden Wheeler <cawheeler@webstaurantstore.com>
This commit is contained in:
Caden Wheeler
2024-01-24 07:50:48 -06:00
parent 25bda45b02
commit 01b26056c1
+1 -1
View File
@@ -2,4 +2,4 @@
'@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 "./".
Fixed bug with `extractPartsFromAsset` (used by the README card feature) 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 "./".