Is there a way to get the latest tag of a given repo using github API v3
问题 I am relatively new to the github api and I am struggling to get the latest tag of a given repo. Q: Why I need that ? A: As a QA I am responsible for testing and releasing to LIVE and our team owns around 40 artefacts(repos in github). I want to build a tool which lists the projects which have commits after that latest tag. So that I can manage releases more efficiently. Coming to the point. According to Github api to get all tags of a give repo is GET /repos/:owner/:repo/tags But this gives