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
| Name | Type | Description |
|---|---|---|
| rl_version | string | The semantic version number used to generate the release tag and title. |
| rl_release_notes | string | The Markdown-formatted content describing the changes included in the release. |
Returns
| Type | Description |
|---|---|
string | The URL to the GitHub web interface where the draft can be reviewed and published. |