We’re now following the git-flow-workflow.
For those who don’t know yet what it is, short explanation:
git-flow are a set of git extensions to provide high-level repository operations for Vincent Driessen’s branching model.
Link to the git-flow-cheatsheet: https://danielkummer.github.io/git-flow-cheatsheet/index.html
So, we have now master branch for production releases (stable release, currently 0.8), and we have develop branch (for next release, currently 0.9).