## 關于 Release
Releases 是 Github 為你的用戶提供軟件的打包方法,你可以認為它是使用 donloads 去提供軟件的替代品

關于 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)"