diff --git a/.changeset/little-starfishes-whisper.md b/.changeset/little-starfishes-whisper.md new file mode 100644 index 0000000000..60a4b39c73 --- /dev/null +++ b/.changeset/little-starfishes-whisper.md @@ -0,0 +1,5 @@ +--- +'@backstage/catalog-model': minor +--- + +Added `stringifyEntityRef`, which always creates a string representation of an entity reference. Also deprecated `serializeEntityRef`, as `stringifyEntityRef` should be used instead.