How do I make a releases, builds, and/or snapshots with BitBucket? How do I make a releases, builds, and/or snapshots with BitBucket? git git

How do I make a releases, builds, and/or snapshots with BitBucket?


As I mentioned before, BitBucket doesn't support the GitHub-like release feature. Its FAQ still mention:

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.

For a BitBucket repo, you still have a soft limit to 1GB and an hard limit to 2GB.


BitBucket Pipelines allows automatic builds and the output can be pushed to BitBucket Downloads.

BitBucket Pipelines

BitBucket Downloads

BitBucket Pipelines to BitBucket Downloads

Hope this helps.