[TechRadar] Deprecate RadarEntry.url

Signed-off-by: Marek Šneberger <marek@sneberger.cz>
This commit is contained in:
Marek Šneberger
2023-02-06 13:49:48 +01:00
parent 79f9f038df
commit acf6c8c10b
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': minor
---
Deprecate `RadarEntry.url` - use `RadarEntry.links` instead
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-circleci': patch
---
Making workflow a link
Making workflow a link
+2
View File
@@ -133,6 +133,8 @@ export interface RadarEntry {
* @remarks
*
* You can use `#` if you don't want to provide any other url
*
* @deprecated Use {@link RadarEntry.links} instead
*/
url: string;
/**