Files
backstage/.changeset/calm-onions-exercise.md
T
Brian Hudson aa91cd69ac Fix safeEntityName
createOrMergeEntity was replacing capital letters with -. For example "@internal/pluginApi" would result in "internal-plugin-pi".

Updated to correctly handle capital letters, prefixing them with - unless they are the first character. For example "@internal/pluginApi" would result in "internal-plugin-api".

Signed-off-by: Brian Hudson <brian.r.hudson@gmail.com>
m>
2024-01-29 16:59:23 -05:00

138 B

@backstage/repo-tools
@backstage/repo-tools
patch

Resolved an issue with generate-catalog-info where it was replacing upper case characters with -.