ynput / ops-repo-automation

Collection of automation tools and github-workflows for Ayon related repositories.
0 stars 0 forks source link

Implement release braching strategy #17

Open philnewm opened 1 week ago

philnewm commented 1 week ago

Is there an existing issue for this?

Please describe the feature you have in mind and explain what the current shortcomings are?

Right now the repository is step up pretty simple and just merges new features to main right away.

In the long run this should be extended to include temporary (bugfix only) release branches. This will allow furhter development of additional features while a release version gets prepared in it's own branch.

How would you imagine the implementation of the feature?

This should be ahndled through github workflows entirely with minimal user interaction.

So a dispatch trigger should create the temporary branch and block any kind of feature or enhancement PRs. Only allow for bugfixes. It should also block PRs which branched away from develop initially.

Are there any labels you wish to add?

Describe alternatives you've considered:

No release branches and keeping main <-> develop structure

Additional context:

No response