Tips#

When two release branches (e.g. release-2 and release-3) contain different code or database changes:

  1. Identify the differences between the two release branches.
  2. Use the reported database for reference and testing.
  3. Pull the reported release branch to ensure you have the latest updates.
  4. Create a feature branch from the reported release number.
  5. Manually execute scripts if any issues are encountered during the process.
  6. Adjust these steps as needed for the specific requirements or changes encountered.