浏览代码

docs: update changelog

pointhalo 3 年之前
父节点
当前提交
ca9d46558e
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 4 4
      content/start/changelog/index-en-US.md
  2. 2 2
      content/start/changelog/index.md

+ 4 - 4
content/start/changelog/index-en-US.md

@@ -8,11 +8,11 @@ order: 6
 brief: About Semi Design For React Optimization and Update
 ---
 
-Version:Major.Minor.Patch
+Version:Major.Minor.Patch (follow the **Semver** specification)
 
--   Major version: Significant performance / usage changes
--   Minor version: New component added / new feature
--   Patch version: bug fix
+-   **Major version**: Significant performance / usage changes
+-   **Minor version**: Semi releases a minor version every two weeks, including changes of the following types: new components/features added, or style changes: New component added / new feature
+-   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
 

+ 2 - 2
content/start/changelog/index.md

@@ -9,8 +9,8 @@ brief: 关于 Semi Design For React 优化与更新。我们提供了版本间
 
 Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本号):
 -   主版本号(major):重大性能/使用变更,允许做 breaking change
--   次版本号(minor):添加了新组件/新 feature,或者样式变更
--   修订版本号(patch):仅会进行 bugfix
+-   次版本号(minor):Semi 固定每两周发布一个 minor 版本,包括以下类型变更:添加了新组件/新 feature,或者样式变更
+-   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)