[GitHub APIs tags](https://developer.github.com/v3/repos/#list-tags) returns a list of tags ordered by name (as `git tag --list` does). We have to order them per date or the functionality will break.
GitHub APIs tags returns a list of tags ordered by name (as
git tag --listdoes).We have to order them per date or the functionality will break.