sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
26 stars 27 forks source link

Update the release workflow #437

Open vprashar2929 opened 4 weeks ago

vprashar2929 commented 4 weeks ago

Currently, as part of our release workflow, we manually disable branch protection rules each time we push changes directly to the main branch (v1alpha1). To streamline this process, an alternative approach could be to create a dedicated release branch, tag it with the desired version, and make changes there. The workflow would then automatically create a pull request from the release branch to the main branch, ensuring that all changes are reviewed and merged without needing to disable the branch protection rules.