Question about develop vs version-13 branches

Hi,

I was watching the great presentation from @marination of the updated E-Commerce features at the conference, and I wanted to check out the code. I assumed that the latest code would be on the develop branch, but it looks like, that for this feature it was only pushed to the version-13 branch.

Is this the case? If yes, is it a one time thing or it is usual, that features are only pushed to v13, so develop is lagging behind in some features, but is ahead in others? If yes, is there a list of such differences somewhere?

Thanks,
Gergely

Hey @kisg

We generally push features to develop branch first and then cherry pick it to other branches as required. The same thing applies even for bug fixes also.

This is just a special case. There is already a WIP PR for this on develop branch. You can track it here.

https://github.com/frappe/erpnext/pull/27923

1 Like