On Wed, Mar 16, 2016 at 11:56 AM, Joseph Wu <jos...@mesosphere.io> wrote: > Cong Wang, > > The tags are sync'd. See: https://github.com/apache/mesos/releases > > You might not have done: git pull --tags
Yeah, I figured it out by myself too. This is why I hate tags personally, branches are better since they are fetched without additional parameters. Any reason why Mesos maintainers picked tags over branches to manage releases? Just curious...