Update giant-suits-switch.md

Signed-off-by: Ben Lambert <ben@blam.sh>
This commit is contained in:
Ben Lambert
2024-01-24 15:05:33 +01:00
committed by GitHub
parent 01b26056c1
commit e633cedb0e
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-azure-devops-backend': patch
---
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 "./".
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 `./`.