Skip to content

ReleaseNotesView.fetchReleaseNotes method

ReleaseNotesView › fetchReleaseNotes

Unofficial

Get the release notes from GitHub.

Signature:

fetchReleaseNotes(version: string): Promise<unknown>

Parameters:

ParameterTypeDescription
versionstringThe version of the release notes.

Returns: Promise<unknown>The fetched release notes.