About Releases 关于发布包 =========== 发布包是 Github 打包盒提供软件给用户的方式。可以想象成下载软件的替代品。 ![](https://help.github.com/assets/images/help/releases/overview.png) 发布包提供下载链接和变更说明。 发布基于 [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/)