pub async fn repos_slash_list_releases(
configuration: &Configuration,
owner: &str,
repo: &str,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<Release>, Error<ReposSlashListReleasesError>>
Expand description
This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the Repository Tags API. Information about published releases are available to everyone. Only users with push access will receive listings for draft releases.