Merge pull request #23094 from seatgeek/jm-update-tech-radar-example

Changed timeline order in Tech Radar plugin snippet
This commit is contained in:
Vincenzo Scamporlino
2024-03-08 13:55:42 +01:00
committed by GitHub
2 changed files with 11 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': minor
---
Fixed example snippet in `README.md` to reflect correct timeline item order.
+6 -6
View File
@@ -170,17 +170,17 @@ The TS example can be found [here](src/sample.ts).
"url": "#",
"quadrant": "1",
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2022-02-06",
"description": "Long description for trial"
},
{
"moved": 1,
"ringId": "adopt",
"date": "2022-02-08",
"description": "Long description for adopt"
},
{
"moved": 0,
"ringId": "trial",
"date": "2022-02-06",
"description": "Long description for trial"
}
]
},