DEV Community

Sachin Uplaonkar
Sachin Uplaonkar

Posted on

2

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay