Tips#
When two release branches (e.g. release-2 and release-3) contain different code or database changes:
- Identify the differences between the two release branches.
- Use the reported database for reference and testing.
- Pull the reported release branch to ensure you have the latest updates.
- Create a feature branch from the reported release number.
- Manually execute scripts if any issues are encountered during the process.
- Adjust these steps as needed for the specific requirements or changes encountered.