On Wed, Mar 16, 2016 at 11:49 AM, Cong Wang <[email protected]> wrote: > On Mon, Mar 7, 2016 at 8:29 PM, Michael Park <[email protected]> wrote: >> Please find the release at: >> https://dist.apache.org/repos/dist/release/mesos/0.27.2 >> >> It is recommended to use a mirror to download the release: >> http://www.apache.org/dyn/closer.cgi >> >> The CHANGELOG for the release is available at: >> https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.2 >> >> The mesos-0.27.2.jar has been released to: >> https://repository.apache.org >> > > So why the git tags are not synced to github mirror? > > $ git tag -l | grep '0\.27\.2'
Oh, my bad, I keep forgetting to add --tags to git-fetch: $ git tag -l | grep '0\.27\.2' 0.27.2 0.27.2-rc1
