-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
Description
Would be nice if the releases of efs-utils would be published, so that they are reachable via the Github-API. In the moment an API-call for the the latest release:
curl -s https://api.github.com/repos/aws/efs-utils/releases/latest
will only show an error-message
{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3/repos/releases/#get-the-latest-release"
}
Other aws-projects (e.g. aws-toolkit-vscode) support the releases via API:
curl -s https://api.github.com/repos/aws/aws-toolkit-vscode/releases/latest
If the releases get published the latest release would also be flagged on the WebUI with a green label saying "Latest release"
Would be happy for a fixed repository, thanks alot.
Reactions are currently unavailable
