Skip to content

Releases are only tagged but not published #43

@PhilSwiss

Description

@PhilSwiss

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"

aws-toolkit-vscode

Would be happy for a fixed repository, thanks alot.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions