How can I make/follow a release announcement feed on Bitbucket?

我们两清 提交于 2019-12-08 02:58:20

问题


On GitHub you can use a git tag to publish a release announcement which will then appear on a release page (example) and release feed (example). If a developer has done this, you can subscribe to the feed to receive notification of releases rather than all commits.

Is it possible to do this on Bitbucket (hg and/or git)?

(There is an additional option to include binaries / tarballs in GitHub release announcements. I am not concerned with that feature or any others beyond a feed with announcement entries.)


回答1:


Not currently (Q4 2014/Q1 2015).

Any feed issue is managed in "notifications".
The closest you have from feeds (for release or anyhting else) is:

  • the dashboard newsfeed for commits
  • The event sources API (to help you detect events, and make your own feed)

Original answer, regarding the possibility to upload release files:

The BitBucket FAQ on "repository/file/upload size?" does mention:

Keep in mind Bitbucket is a code hosting service not a file sharing service. If a lot of your files are extremely large or if your files are binaries or executables, you should understand Git or Mercurial will not work well with them. You'll find that even locally your repository is barely usable. Moreover, Bitbucket can't display diffs on binaries.

For binary or executable storage, we recommend you look into file hosting services such as DropBox, rsync, rsnapshot, rdiff-backup, and so forth.
Still not sure what to do? Review this post on stackoverflow for more ideas.



来源:https://stackoverflow.com/questions/27480897/how-can-i-make-follow-a-release-announcement-feed-on-bitbucket

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!