Changed timeline order in example snippet.

Signed-off-by: João Mikos <jmikos@seatgeek.com>
This commit is contained in:
João Mikos
2024-02-20 11:59:55 +01:00
parent 2b3ee35991
commit 0453619c81
2 changed files with 11 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': minor
---
Fixed the order of timeline items in the snippet of the README.md file to match the order required by the plugin to reflect the latest event change in the Tech Radar. This brings the README.md snippet to reflect what is shown in the src/sample.ts file.
+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"
}
]
},