Hi
I need some advice on how to develop hotfix on different branches.
We have Dev, Main and Release branches and in the project, we have two releases.
When we release 1st release to the production environment - create a Release branch from Main Branch.
So now we are still developing new features for Release 2, however we need to delivery hotfixes to the current productions.
Daily work for developers, they work on Dev branch (this is for new release), once the features (consists of changesets), we merge changesets that grouped by features from Dev to Main.
But where should we development on the hotfixes? Directly point the Dev machine to map to the Release branch? Or we can still work on Dev branch, and merge the hotfixes changesets from Dev to Release?
Thanks,