Skip to main content

get_notes

Fetch auto-generated release notes from github.

def get_notes(
new_version: str
) - > str

Fetch auto-generated release notes from github.

Parameters

NameTypeDescription
new_versionstrThe version string used to define the new release tag for which notes should be generated.

Returns

TypeDescription
strThe formatted Markdown release notes with adjusted header levels, localized pull request links, and removed GitHub boilerplate.