Does Github
offer the option to create release-page for a project? I've noticed it let you create different tag for the source, but couldn't find the UI/web where I can add release notes, built package(s) and all that.
相关问题
- How to add working directory to deployment in GitH
- Upload file > 25 MB on Github
- Maven - Access properties on parent pom from a chi
- Can I input Git command in Android Studio IDE?
- Source tree not able to push
相关文章
- java开发bug问题:GitHub授权登录无法获取授权账号信息?
- Is there a Github markdown language identifier for
- “no implicit conversion of Integer into String” er
- GitHub:Enterprise post-receive hook
- git commit directory
- travis-ci setup releases with --github-token
- Can I release an app without the device?
- git commit gives error: empty commit set passed
Update 2d July 2013, you now can define a release.
That is what replaces the old binary upload service, which was removed in December 2012!
Initial answer (February 2012)
Not that I know of: this is very dependent of each project language and release management process.
One way would be to use the
README.md
to publish those information, or to link to the release notes as a separate document.The nice detail about a link is that it can, since a few weeks, be a relative one (see blog post "Relative links in markup files").