Add semver link

This commit is contained in:
afc163
2017-01-20 11:47:31 +08:00
parent fae7fd1658
commit 2004c13653
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -96,6 +96,8 @@ tsconfig.json
## 发布周期
遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。
* patch 版本:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
* minor 版本:每月发布一个带有新特性的版本。
* 大版本号:含有破坏性更新和新特性,不再发布周期内。
+2
View File
@@ -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.