Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.16 KB

File metadata and controls

25 lines (21 loc) · 1.16 KB

Get-CIPPGitHubReleaseNotes

SYNOPSIS

Retrieves release notes from a GitHub repository.

DESCRIPTION

The Get-CIPPGitHubReleaseNotes function retrieves release notes and metadata for a specified GitHub repository. The function caches results for 24 hours to improve performance. Hotfix versions (e.g., v8.5.2) map back to the base release tag (v8.5.0).

PARAMETERS

-Owner

Foo Foo Foo
Specifies the GitHub repository owner (username or organization). This parameter is mandatory.

-Repository

Foo Foo Foo
Specifies the GitHub repository name. This parameter is mandatory.

EXAMPLE 1

PS > Get-CIPPGitHubReleaseNotes -Owner "KelvinTegelaar" -Repository "CIPP"

EXAMPLE 2

PS > Get-CIPPGitHubReleaseNotes -Owner "microsoft" -Repository "365-management"