Migration of additional changes to production (VBCS branching)
Hi Team,
I have this requirement. As per the Oracle documentation, I had created a production branch (copy of the main branch in the dev instance) and deployed it to production. this was successfully deployed. Now, we are planning our next release, wherein we need to move customizations in a few more pages.
I am clear on the configuration in the dev instance i.e. keep making the additional changes and publish the changes in dev instance main branch. But, how do i migrate these delta changes to production? Are we supposed to use the same branch that we previously used (if yes, how can move the changes from main to production branch without much manual intervention) or can we create a new production branch (copy branch) containing all the changes(old and new) and push it to prod?