多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 关于 Release Releases 是 Github 为你的用户提供软件的打包方法,你可以认为它是使用 donloads 去提供软件的替代品 ![](https://box.kancloud.cn/c628ee26c77e8547e49da0819ebef300_1887x1404.png) 关于 Releases, 你可以提供二进制文件链接,以及 Release 说明描述你的改变(软件) 在 Release 核心, Release 是基于 Git tags 的。 Tag 是在项目历史标记一个指定点,因此这是一个非常棒的方法去表明一个 Release 。 Releases 是由 Tag's 日期按下列方法排序: If it's an annotated tag, the tag object's date is used. If it's a lightweight tag, then the commit object's date is used. For more information about viewing your existing tags, see "Working With Tags." 二进制文件的限制: We don't limit the total size of your binary release files, nor the bandwidth used to deliver them. However, each individual file must be under 2 GB in size. 我们不限制你的二进制文件总大小,也不限制分发它们的带宽,但是,每个单独文件大小必须在 2GB 以内 进一步阅读 "[创建 Release](https://help.github.com/articles/creating-releases)"