Published in
1 min readNov 13, 2018
“Create a release branch from the master as you get close to your release”, I found it a bit weird branching off a “Release” branch from the master.
Personally, i would prefer to stage “Release” branch for distribution purposes and while branching off from “Development” branch then merge into “Master” branch once “Release” branch passed all testing phases.