diff --git a/README-zh_CN.md b/README-zh_CN.md index b00107653..775cbee05 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -96,6 +96,8 @@ tsconfig.json ## 发布周期 +遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。 + * patch 版本:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布) * minor 版本:每月发布一个带有新特性的版本。 * 大版本号:含有破坏性更新和新特性,不再发布周期内。 diff --git a/README.md b/README.md index e22bca175..02414de25 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ We welcome all contributions, please read our [CONTRIBUTING.md](https://github.c ## Release Schedule +Follow [Semantic Versioning 2.0.0](http://semver.org/). + * Weekly release: patch version at the end of every week for routine bugfix. * Monthly release: minor version at the end of every month for new features. * Emergence release: emergence patch anytime if necessary for urgent bugfix.