Skip to main content

create_github_release

Create a new release on GitHub.

def create_github_release(
new_version: string,
notes: string
) - > null

Create a new release on GitHub.

Parameters

NameTypeDescription
new_versionstringThe semantic version string used to generate the release tag and title (e.g., "1.2.3").
notesstringThe markdown-formatted text describing the changes and updates included in this release.

Returns

TypeDescription
nullNothing is returned on success; the function raises an exception if the HTTP request fails.