You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I have added the relevant labels to the feature request.
Describe alternatives you've considered:
No release branches and keeping main <-> develop structure
Additional context:
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: