Skip to content

Commit f53152f

Browse files
fix(metadata): ingest new data and regenerate products (#286)
Co-authored-by: cwaldren-ld <[email protected]>
1 parent 0af20e6 commit f53152f

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

api-js/src/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,11 +1052,17 @@
10521052
}
10531053
],
10541054
"erlang-server-sdk": [
1055+
{
1056+
"major": 3,
1057+
"minor": 8,
1058+
"date": "2025-08-08T16:47:35Z",
1059+
"eol": null
1060+
},
10551061
{
10561062
"major": 3,
10571063
"minor": 7,
10581064
"date": "2025-05-08T17:42:37Z",
1059-
"eol": null
1065+
"eol": "2026-08-08T00:00:00Z"
10601066
},
10611067
{
10621068
"major": 3,

api/sdkmeta/data/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,11 +1052,17 @@
10521052
}
10531053
],
10541054
"erlang-server-sdk": [
1055+
{
1056+
"major": 3,
1057+
"minor": 8,
1058+
"date": "2025-08-08T16:47:35Z",
1059+
"eol": null
1060+
},
10551061
{
10561062
"major": 3,
10571063
"minor": 7,
10581064
"date": "2025-05-08T17:42:37Z",
1059-
"eol": null
1065+
"eol": "2026-08-08T00:00:00Z"
10601066
},
10611067
{
10621068
"major": 3,

metadata.sqlite3

0 Bytes
Binary file not shown.

products/releases.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,11 +1052,17 @@
10521052
}
10531053
],
10541054
"erlang-server-sdk": [
1055+
{
1056+
"major": 3,
1057+
"minor": 8,
1058+
"date": "2025-08-08T16:47:35Z",
1059+
"eol": null
1060+
},
10551061
{
10561062
"major": 3,
10571063
"minor": 7,
10581064
"date": "2025-05-08T17:42:37Z",
1059-
"eol": null
1065+
"eol": "2026-08-08T00:00:00Z"
10601066
},
10611067
{
10621068
"major": 3,

0 commit comments

Comments
 (0)