Skip to content

Commit

Permalink
版本发布周期
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Jul 5, 2024
1 parent ab8a550 commit b5461fa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ commonmark:
options: ["UNSAFE", "SMART", "FOOTNOTES"]
extensions: ["strikethrough", "autolink", "table", "tagfilter"]

mermaid:
custom: https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js

exclude:
- Makefile
- CNAME
Expand Down
29 changes: 21 additions & 8 deletions start/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,37 @@ sort: 1

**注意**:Mower 使用 Python 3.12,故不支持 Windows 7 及更早的 Windows 版本。

## 版本
## 版本发布周期

自 2024 年 5 月起,mower 采取新的版本发布周期与命名规范:每年以春节、周年、夏活、半周年四个活动为节点,共发布四个版本,版本号以“年份+月份”命名。每个版本的支持周期为 6 个月,前 3 个月作为测试分支,开发新功能;后 3 个月作为稳定分支,只进行必要的维护与错误修复。

当前,稳定分支为 2024.02,测试版为 2024.05。

```mermaid
---
displayMode: compact
---
gantt
dateFormat YYYY.MM
axisFormat %Y.%m
axisFormat %Y-%m
title Mower 版本发布周期
v3.4.4 :done, 2023.11, 2024.05
2024.02 :active, 2024.05, 2024.08
2024.05 :active, 2024.05, 2024.11
2024.08 :done, 2024.08, 2025.02
2024.11 :done, 2024.11, 2025.05
tickInterval 3month
section v3.x
稳定版 v3.4.4 :done, 2023.11, 2024.05
测试版 v3.5.0 :active, 2023.11, 2024.05
section 2024.02
稳定版 :done, 2024.05, 2024.08
section 2024.05
测试版 :active, 2024.05, 2024.08
稳定版 :done, 2024.08, 2024.11
section 2024.08
测试版 :active, 2024.08, 2024.11
稳定版 :done, 2024.11, 2025.02
section 2024.11
测试版 :active, 2024.11, 2025.02
稳定版 :done, 2025.02, 2025.05
```

## 下载
Expand Down

0 comments on commit b5461fa

Please sign in to comment.