Mark CatalogService updateLocation addition as BREAKING PRODUCERS in changeset

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
This commit is contained in:
Fredrik Adelöw
2026-04-10 12:08:28 +02:00
parent e3fd1d0f8e
commit 18d6f00afb
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog-node': minor
---
Added `updateLocation` method to `CatalogService` for updating the type and target of an existing location.
**BREAKING PRODUCERS**: Added `updateLocation` method to `CatalogService` for updating the type and target of an existing location. Any code that implements `CatalogService` must now provide this method.