get_notes
Fetch auto-generated release notes from github.
def get_notes(
new_version: str
) - > str
Fetch auto-generated release notes from github.
Parameters
| Name | Type | Description |
|---|---|---|
| new_version | str | The version string used to define the new release tag for which notes should be generated. |
Returns
| Type | Description |
|---|---|
str | The formatted Markdown release notes with adjusted header levels, localized pull request links, and removed GitHub boilerplate. |