On Tue, Mar 22, 2016 at 5:10 AM, Kevin Klues <klue...@gmail.com> wrote: > This way it's easy to track the full set of release candidates, as well as > how they relate to previous release candidates, minor releases, and point > releases.
There is no essential difference with the current approach which Mesos uses, logical branches (0.28.1 is a logical branch from 0.28.0 or master no matter you use tag or branch) are still tagged rather than branched out. Branches are just naturally suitable for maintaining logical branches, they are easier to understand.