mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 08:13:47 +08:00
Also introduces a `versions.json` file which will be the source-of-truth for versioning information for core automation, and for external systems like `releases.discourse.org`.
26 lines
569 B
JSON
26 lines
569 B
JSON
{
|
|
"2026.1": {
|
|
"developmentStartDate": "2025-12-30",
|
|
"releaseDate": "2026-01",
|
|
"supportEndDate": "2026-09",
|
|
"released": false,
|
|
"esr": true,
|
|
"supported": true
|
|
},
|
|
"2025.12": {
|
|
"releaseDate": "2025-12-30",
|
|
"developmentStartDate": "2025-11-25",
|
|
"supportEndDate": "2026-02",
|
|
"released": true,
|
|
"esr": false,
|
|
"supported": true
|
|
},
|
|
"2025.11": {
|
|
"releaseDate": "2025-11-25",
|
|
"developmentStartDate": "2025-10-28",
|
|
"supportEndDate": "2026-01",
|
|
"released": true,
|
|
"esr": false,
|
|
"supported": true
|
|
}
|
|
}
|