-
Type:
Task
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
While we are developing Go Driver 2.0 and for a period of time after releasing it, we will need to deliver features and fixes to both the Go driver v1 development branch (v1) and v2 development branch (master). To reduce maintenance burden, create an automated process for syncing code between the v1 and v2 branches. For example, a Github workflow that automatically cherry-picks code from one branch to another on PR merge based on something in the PR description.
Open questions:
- Does Github have some built-in feature that can do this or do we have to build something custom?
- Is there another project we can use as reference for how to do this?
- How often do we need to sync code between v1 and v2 development branches?