Skip to content

Commit 0a2e56e

Browse files
committed
docs: rewrite gantt chart to update branches and dates [skip ci]
- Force the `dateFormat` to prevent chart rendering issues. - Use absolute dates to prevent chart alignment issues caused by variations in the number of days in each month. - Updated chart content from version branch 3.11 to 3.16. - Add a note stating that the chart is for reference only.
1 parent b6fcbb8 commit 0a2e56e

3 files changed

Lines changed: 90 additions & 36 deletions

File tree

docs/ReleaseSchedule.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,41 @@ Users can enable the "Preview HMCL releases early" option on the "Settings > Gen
4949
```mermaid
5050
gantt
5151
title HMCL Version Lifecycle (Example)
52-
section 3.9
53-
Development Phase: a1, 2025-11-15, 30d
54-
Preview Phase: a2, after a1, 16d
52+
dateFormat YYYY-MM-DD
53+
section 3.11
54+
Development Phase: a1, 2026-01-15, 2026-02-15
55+
Preview Phase: a2, 2026-02-15, 2026-02-28
5556
Stable Release: milestone, after a2, 0d
56-
Maintenance Phase: a3, after a2, 31d
57-
section 3.10
58-
Development Phase: b1, after a1, 31d
59-
Preview Phase: b2, after b1, 16d
57+
Maintenance Phase: a3, 2026-02-28, 2026-03-31
58+
section 3.12
59+
Development Phase: b1, 2026-02-15, 2026-03-15
60+
Preview Phase: b2, 2026-03-15, 2026-03-31
6061
Stable Release: milestone, after b2, 0d
61-
Maintenance Phase: b3, after b2, 31d
62-
section 3.11
63-
Development Phase: c1, after b1, 31d
64-
Preview Phase: c2, after c1, 16d
62+
Maintenance Phase: b3, 2026-03-31, 2026-04-30
63+
section 3.13
64+
Development Phase: c1, 2026-03-15, 2026-04-15
65+
Preview Phase: c2, 2026-04-15, 2026-04-30
6566
Stable Release: milestone, after c2, 0d
66-
Maintenance Phase: c3, after c2, 30d
67+
Maintenance Phase: c3, 2026-04-30, 2026-05-31
68+
section 3.14
69+
Development Phase: d1, 2026-03-15, 2026-04-15
70+
Preview Phase: d2, 2026-04-15, 2026-04-30
71+
Stable Release: milestone, after d2, 0d
72+
Maintenance Phase: d3, 2026-04-30, 2026-05-31
73+
section 3.15
74+
Development Phase: e1, 2026-04-15, 2026-05-15
75+
Preview Phase: e2, 2026-05-15, 2026-05-31
76+
Stable Release: milestone, after e2, 0d
77+
Maintenance Phase: e3, 2026-05-30, 2026-06-30
78+
section 3.16
79+
Development Phase: f1, 2026-05-15, 2026-06-15
80+
Preview Phase: f2, 2026-06-15, 2026-06-30
81+
Stable Release: milestone, after f2, 0d
82+
Maintenance Phase: f3, 2026-06-30, 2026-07-31
6783
```
6884

85+
*Note: This chart is for reference only; actual schedules may vary.*
86+
6987
In general, we release a new version branch every month,
7088
and each version branch `x.y` has a lifecycle of two and a half months.
7189

docs/ReleaseSchedule_zh.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,41 @@ HMCL 具有两个主要发布通道:**稳定版通道**和**开发版通道**
4343
```mermaid
4444
gantt
4545
title HMCL 版本生命周期 (示例)
46-
section 3.9
47-
开发阶段: a1, 2025-11-15, 30d
48-
预览阶段: a2, after a1, 16d
46+
dateFormat YYYY-MM-DD
47+
section 3.11
48+
开发阶段: a1, 2026-01-15, 2026-02-15
49+
预览阶段: a2, 2026-02-15, 2026-02-28
4950
稳定版发布: milestone, after a2, 0d
50-
维护阶段: a3, after a2, 31d
51-
section 3.10
52-
开发阶段: b1, after a1, 31d
53-
预览阶段: b2, after b1, 16d
51+
维护阶段: a3, 2026-02-28, 2026-03-31
52+
section 3.12
53+
开发阶段: b1, 2026-02-15, 2026-03-15
54+
预览阶段: b2, 2026-03-15, 2026-03-31
5455
稳定版发布: milestone, after b2, 0d
55-
维护阶段: b3, after b2, 31d
56-
section 3.11
57-
开发阶段: c1, after b1, 31d
58-
预览阶段: c2, after c1, 16d
56+
维护阶段: b3, 2026-03-31, 2026-04-30
57+
section 3.13
58+
开发阶段: c1, 2026-03-15, 2026-04-15
59+
预览阶段: c2, 2026-04-15, 2026-04-30
5960
稳定版发布: milestone, after c2, 0d
60-
维护阶段: c3, after c2, 30d
61+
维护阶段: c3, 2026-04-30, 2026-05-31
62+
section 3.14
63+
开发阶段: d1, 2026-03-15, 2026-04-15
64+
预览阶段: d2, 2026-04-15, 2026-04-30
65+
稳定版发布: milestone, after d2, 0d
66+
维护阶段: d3, 2026-04-30, 2026-05-31
67+
section 3.15
68+
开发阶段: e1, 2026-04-15, 2026-05-15
69+
预览阶段: e2, 2026-05-15, 2026-05-31
70+
稳定版发布: milestone, after e2, 0d
71+
维护阶段: e3, 2026-05-30, 2026-06-30
72+
section 3.16
73+
开发阶段: f1, 2026-05-15, 2026-06-15
74+
预览阶段: f2, 2026-06-15, 2026-06-30
75+
稳定版发布: milestone, after f2, 0d
76+
维护阶段: f3, 2026-06-30, 2026-07-31
6177
```
6278

79+
*注:图表仅供参考,日期可能会有变动。*
80+
6381
通常情况下,我们每个月发布一个版本分支,每个版本分支 `x.y` 生命周期为两个半月。
6482

6583
每个版本分支生命周期分为以下阶段:

docs/ReleaseSchedule_zh_Hant.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,41 @@ HMCL 具有兩個主要發布管道:**穩定版管道**和**開發版管道**
4343
```mermaid
4444
gantt
4545
title HMCL 版本生命週期 (範例)
46-
section 3.9
47-
開發階段: a1, 2025-11-15, 30d
48-
預覽階段: a2, after a1, 16d
46+
dateFormat YYYY-MM-DD
47+
section 3.11
48+
開發階段: a1, 2026-01-15, 2026-02-15
49+
預覽階段: a2, 2026-02-15, 2026-02-28
4950
穩定版發布: milestone, after a2, 0d
50-
維護階段: a3, after a2, 31d
51-
section 3.10
52-
開發階段: b1, after a1, 31d
53-
預覽階段: b2, after b1, 16d
51+
維護階段: a3, 2026-02-28, 2026-03-31
52+
section 3.12
53+
開發階段: b1, 2026-02-15, 2026-03-15
54+
預覽階段: b2, 2026-03-15, 2026-03-31
5455
穩定版發布: milestone, after b2, 0d
55-
維護階段: b3, after b2, 31d
56-
section 3.11
57-
開發階段: c1, after b1, 31d
58-
預覽階段: c2, after c1, 16d
56+
維護階段: b3, 2026-03-31, 2026-04-30
57+
section 3.13
58+
開發階段: c1, 2026-03-15, 2026-04-15
59+
預覽階段: c2, 2026-04-15, 2026-04-30
5960
穩定版發布: milestone, after c2, 0d
60-
維護階段: c3, after c2, 30d
61+
維護階段: c3, 2026-04-30, 2026-05-31
62+
section 3.14
63+
開發階段: d1, 2026-03-15, 2026-04-15
64+
預覽階段: d2, 2026-04-15, 2026-04-30
65+
穩定版發布: milestone, after d2, 0d
66+
維護階段: d3, 2026-04-30, 2026-05-31
67+
section 3.15
68+
開發階段: e1, 2026-04-15, 2026-05-15
69+
預覽階段: e2, 2026-05-15, 2026-05-31
70+
穩定版發布: milestone, after e2, 0d
71+
維護階段: e3, 2026-05-30, 2026-06-30
72+
section 3.16
73+
開發階段: f1, 2026-05-15, 2026-06-15
74+
預覽階段: f2, 2026-06-15, 2026-06-30
75+
穩定版發布: milestone, after f2, 0d
76+
維護階段: f3, 2026-06-30, 2026-07-31
6177
```
6278

79+
*註:圖表僅供參考,日期可能會有變動。*
80+
6381
通常情況下,我們每個月發布一個版本分支,每個版本分支 `x.y` 生命週期為兩個半月。
6482

6583
每個版本分支生命週期分為以下階段:

0 commit comments

Comments
 (0)