From 01b26056c17eb54b649774d727631cd2d24760bf Mon Sep 17 00:00:00 2001 From: Caden Wheeler Date: Wed, 24 Jan 2024 07:50:48 -0600 Subject: [PATCH] Updated changeset based on recommendation from PR review. Signed-off-by: Caden Wheeler --- .changeset/giant-suits-switch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/giant-suits-switch.md b/.changeset/giant-suits-switch.md index 3b5161a9f8..bf2724c2a5 100644 --- a/.changeset/giant-suits-switch.md +++ b/.changeset/giant-suits-switch.md @@ -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 "./".