Actions
Bug #21517
closedMake rudder-dev aware of branches next for plugin
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
For plugin, the lifecycle is very complicated.
We have `7.1-next` that is the branch for rudder SNAPSHOT version.
Most dev happen in these branch.
Rudder dev does not know about them, so it tries to open PR or merge them in the standard `branches/rudder/7.1` branch.
Here, we want to at least provide a correct experience for:
- starting work on an issue (ie: rudder-dev 14345
should branch from origin/7.1-next
if 14345 targets branche 7.1-next
)
- commit
- merge by hand
Automatic merge may not work - it's ok, we don't want to keep that archi of branches on plugins.
Actions