Function repos_slash_generate_release_notes

Source
pub async fn repos_slash_generate_release_notes(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    repos_generate_release_notes_request: ReposGenerateReleaseNotesRequest,
) -> Result<ReleaseNotesContent, Error<ReposSlashGenerateReleaseNotesError>>
Expand description

Generate a name and body describing a release. The body content will be markdown formatted and contain information like the changes since last release and users who contributed. The generated release notes are not saved anywhere. They are intended to be generated and used when creating a new release.