Is there a way to start and finish a release directly from the Bitbucket website just like git-flow?
Start release is the a new branch from develop.
Finish release is more complicated:
Hello @Alexandre LOUBEYRES,
Unfortunately, I'm not aware of any ready-to-use solutions for this. You can use a combination of branching model and Bitbucket Pipelines to achieve that, but it involves quite some scripting. Specifically, you can configure a build for your master branch that would merge it to develop and create a tag, as you described. Release process would be triggered by merging a pull request into master.
You might also want to set up branch permissions to protect your master branch from manual updates.
Hope this helps. Let me know if you have any questions.
Cheers,
Daniil
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.