Hi
I was interested in finding out what the latest available Ansible releases were via GitHub's API.
The following curl command should have showed me all the available "published" releases of Ansible:
Currently the above only outputs information for a single release: "tag_name": "v2.0.0.1-1"
I apologise if this isn't an Ansible issue as it could be something wrong with GitHub since for some reason, I also can't find out the latest release of git is via GitHub's API. (Running curl -s "
https://api.github.com/repos/git/git/releases/latest", returns a "message": "Not Found" response)
regards,
Jinesh