DEV Community

Sachin Uplaonkar
Sachin Uplaonkar

Posted on

Cut a Release Branch!

Hello, this is my first post here!

Recently, I was given the task to handle the release process and the requirement was to create/cut a release branch off of the default branch for 3-5 repositories and deploy them on different environment (like dev) so that the QA team could take those branches, deploy and continue with their tests without affecting the development workflow.

So, here is the Python script that I created for doing this. Let me know of any improvements and/or suggestions! Cheers...

GitHub Link: https://github.com/sachs7/cut-release

Top comments (0)