Add release schedule in README, close #4178

This commit is contained in:
afc163 2016-12-16 20:51:55 +08:00
parent 48de73b721
commit 655533f9ff
2 changed files with 14 additions and 0 deletions

View File

@ -91,3 +91,10 @@ tsconfig.json
## 如何贡献
我们欢迎任何形式的贡献,有任何建议或意见您可以进行 [Pull Request](https://github.com/ant-design/ant-design/pulls),或者给我们 [提问](https://github.com/ant-design/ant-design/issues)。
## 发布周期
* 每周末会发布一个完全兼容的 patch 版本。
* 每月发布一个带有新特性的 minor 版本。
* 任何时候都可以发布紧急补丁。
* 大版本号不在此发布周期内。

View File

@ -118,3 +118,10 @@ tsconfig.json
## Contributing
We welcome all contributions, please read our [CONTRIBUTING.md](https://github.com/ant-design/ant-design/blob/master/.github/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/ant-design/ant-design/pulls) or as a [GitHub issue](https://github.com/ant-design/ant-design/issues). If you'd like to improve code, check out the [Development Instruction](https://github.com/ant-design/ant-design/wiki/Development) and have a good time! :)
## Release Schedule
* Weekly release: patch version at the end of every week.
* Monthly release: minor version at the end of every month.
* Emergence release: emergence patch anytime if necessary.
* Major version release is not included in this schedule.