Function repos_slash_create_release

Source
pub async fn repos_slash_create_release(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    repos_create_release_request: ReposCreateReleaseRequest,
) -> Result<Release, Error<ReposSlashCreateReleaseError>>
Expand description

Users with push access to the repository can create a release. This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "Rate limits for the API" and "Best practices for using the REST API."