GET /repos/{owner}/{repo}/releases/latest

github.com:github-rest-api

Summary: Get the latest release
Operation ID: repos/get-latest-release
Auth: bearer_token
Description

View the latest published full release for the repository. The latest release is the most recent non-prerelease, non-draft release, sorted by the `created_at` attribute. The `created_at` attribute is the date of the commit used for the release, and not the date when the release was drafted or published.

Parameters (2)

owner (string, path, required)

The account owner of the repository. The name is not case sensitive.

repo (string, path, required)

The name of the repository without the `.git` extension. The name is not case sensitive.

No probe data for this endpoint yet.