You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
About Releases 关于发布包
===========
发布包是 Github 打包盒提供软件给用户的方式。可以想象成下载软件的替代品。

发布包提供下载链接和变更说明。
发布基于 [Git 标签 ](http://git-scm.com/book/en/v2/Git-Basics-Tagging )。标签标明了项目的历史,所以用于发布很不错。发布是通过以下方式标记的日期排列:
* 如果这是一个[注释标签](http://git-scm.com/book/en/Git-Basics-Tagging#Annotated-Tags),使用标签对象的日期。
* 如果它是一个[轻量级的标签](http://git-scm.com/book/en/Git-Basics-Tagging#Lightweight-Tags),使用对象提交的日期。
更多信息可以查看你的标签,详见["和标签工作"](https://github.com/waylau/github-help/blob/master/About%20Releases%20%E5%85%B3%E4%BA%8E%E5%8F%91%E5%B8%83%E5%8C%85.md)
##Limitations on binary files 二进制文件的限制
暂时没有对二进制文件的大小和上传带宽做限制。
*参考* : [https://help.github.com/articles/about-releases/](https://help.github.com/articles/about-releases/)