update Linking to releases 链接到发布包

This commit is contained in:
waylau
2014-11-29 08:58:20 +08:00
parent 54cba27a78
commit 5636d05b99
+34
View File
@@ -1,6 +1,40 @@
Linking to releases 链接到发布包
===========
用 URL 连分享你的发布包:
1.页面顶端,点击用户名
![](https://help.github.com/assets/images/help/profile/top_right_avatar.png)
2.profile 页面,点击 Repositories 标签页,接着点击 库名
![](https://help.github.com/assets/images/help/profile/profile_repositories_tab.png)
3.点击 releases
![](https://help.github.com/assets/images/help/releases/releases-header-menu.png)
4.找到你想链接的 发布包,页面右侧,点击版本号
![](https://help.github.com/assets/images/help/releases/release_tag_name.png)
##Linking to the latest release
1.页面顶端,点击用户名
![](https://help.github.com/assets/images/help/profile/top_right_avatar.png)
2.profile 页面,点击 Repositories 标签页,接着点击 库名
![](https://help.github.com/assets/images/help/profile/profile_repositories_tab.png)
3.点击 releases
![](https://help.github.com/assets/images/help/releases/releases-header-menu.png)
4.右键 Latest Release 复制 URL ,一般 URL 是`/releases/latest`
![](https://help.github.com/assets/images/help/releases/release_latest_release_tag.png)
*参考*[https://help.github.com/articles/linking-to-releases/](https://help.github.com/articles/linking-to-releases/)