Question
How to handle 2 release versions
We want to have 2 version for an application,
Version1 will be the first release, when version1 on PROD, we want to start version2 implementation, that means we'll have 2 versions in the same time.
We found there's a trouble to have the version control, because we have one base line, but need to support 2 versions with their own features, the objects will get conflict around both versions.
My questions is there any best practice to handle such case?
