Skip to main content

create_github_release_draft

Create a GitHub release draft.

def create_github_release_draft(
rl_version: string,
rl_release_notes: string
) - > string

Create a GitHub release draft.

Parameters

NameTypeDescription
rl_versionstringThe semantic version number used to generate the release tag and title.
rl_release_notesstringThe Markdown-formatted content describing the changes included in the release.

Returns

TypeDescription
stringThe URL to the GitHub web interface where the draft can be reviewed and published.