1
The appeal release Is Github a platform resource or Git itself? I ask this because I didn’t see this feature in Bitbucket.
1
The appeal release Is Github a platform resource or Git itself? I ask this because I didn’t see this feature in Bitbucket.
2
The release feature is platform-level, something higher, but conceptually it applies to Git through tag creation, which are stable versions made available for users to use. Thus, what github calls a release is nothing more than a platform resource to deliver Git tags.
References:
https://stackoverflow.com/questions/18506508/whats-the-difference-between-tag-and-release
In addition, other platforms have similar solutions to Github. In Gitlab (and I think in Bitbucket too, but I haven’t used it for a long time), there is a tag section. In it, you can put a kind of release notes for each tag individually. It has a function very similar to the release of Github, maybe it just doesn’t have the availability of compiled downloads.
Browser other questions tagged git github bitbucket
You are not signed in. Login or sign up in order to post.
Is from the platform.
– bfavaretto
It’s not the answer to your question, but it’s an interesting read on version releases using Git/Gitflow. In this answer I talked a little about the resources of Git even for the evolution of the version and the adopted practice where I work: https://answall.com/a/275914/64969
– Jefferson Quesado