@@ -34,3 +34,81 @@ timeline
3434 2.7.x: Alpha (2024/12/01): Beta (2025/05/01): 2.6.0 (xxxx/xx/xx)
3535
3636```
37+
38+ ## Alternative graph
39+
40+ ``` mermaid
41+ %%{init: { 'logLevel': 'debug', 'theme': 'neutral', 'themeVariables': {
42+ 'git0': '#323632', 'gitBranchLabel0': '#ffffff',
43+ 'git1': '#323632', 'gitBranchLabel1': '#ffffff',
44+ 'git2': '#139013', 'gitBranchLabel2': '#ffffff',
45+ 'git3': '#13901344', 'gitBranchLabel3': '#ffffff44',
46+ 'git4': '#32363244', 'gitBranchLabel4': '#ffffff44',
47+ 'git5': '#32363244', 'gitBranchLabel5': '#ffffff44',
48+ 'commitLabelColor': '#ccc',
49+ 'commitLabelBackground': '#00000000',
50+ 'commitLabelFontSize': '8px',
51+ 'tagLabelFontSize': '10px',
52+ 'tagLabelBackground': '#323632',
53+ 'tagLabelBorder': '#555555',
54+ 'tagLabelColor': '#ccc'
55+ },
56+ 'gitGraph': {
57+ 'rotateCommitLabel': false,
58+ 'mainBranchName': '2.2',
59+ 'mainBranchOrder': false,
60+ 'showBranches': false
61+ } } }%%
62+ gitGraph:
63+ commit id: " "
64+ branch 2.3
65+ commit id: " "
66+ branch "2.4 (Current release)"
67+ commit id: " "
68+ branch "2.5 (Next release)"
69+ commit id: " "
70+ branch 2.6
71+ commit id: " "
72+ branch 2.7
73+ commit id: " "
74+ checkout 2.2
75+ commit id: "2018-12-24" tag: "2.2.0"
76+ commit id: "2019-04-22" tag: "2.2.1"
77+ commit id: "2019-08-10" tag: "2.2.2"
78+ commit id: "2019-11-26" tag: "2.2.3"
79+ checkout 2.3
80+ commit id: "2020-05-12" tag: "2.3-beta"
81+ checkout "2.4 (Current release)"
82+ commit id: "2020-05-12 " tag: "2.4-alpha"
83+ checkout 2.2
84+ commit id: "2020-05-15" tag: "2.2.4"
85+ commit id: "2021-02-17" tag: "2.2.4.1"
86+ checkout 2.3
87+ commit id: "2021-06-28" tag: "2.3.0"
88+ commit id: "2021-09-29" tag: "2.3.1"
89+ commit id: "2022-01-30" tag: "2.3.2"
90+ commit id: "2022-06-21" tag: "2.3.3"
91+ checkout "2.5 (Next release)"
92+ commit id: "2023-01-11" tag: "2.5-alpha"
93+ checkout 2.3
94+ commit id: "2023-03-03" tag: "2.3.4"
95+ commit id: "2023-05-10" tag: "2.3.5"
96+ checkout "2.4 (Current release)"
97+ commit id: "2023-05-29" tag: "2.4-beta"
98+ checkout 2.3
99+ commit id: "2023-08-15" tag: "2.3.6"
100+ checkout "2.4 (Current release)"
101+ commit id: "2024-02-16" tag: "2.4.0"
102+ commit id: "2024-05-08" tag: "2.4.1"
103+ checkout 2.6
104+ commit id: "2024-05-26" tag: "2.6-alpha"
105+ checkout "2.5 (Next release)"
106+ commit id: "2024-06-10" tag: "2.5-beta"
107+ checkout 2.7
108+ commit id: "2024-12-01 " tag: "2.7-alpha"
109+ checkout 2.6
110+ commit id: "2024-12-01" tag: "2.6-beta"
111+ checkout 2.7
112+ commit id: "2025-05-01" tag: "2.7-beta"
113+
114+ ```
0 commit comments