Retrieves release notes from a GitHub repository.
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).
![]()
![]()
Specifies the GitHub repository owner (username or organization). This parameter is mandatory.
![]()
![]()
Specifies the GitHub repository name. This parameter is mandatory.
PS > Get-CIPPGitHubReleaseNotes -Owner "KelvinTegelaar" -Repository "CIPP"PS > Get-CIPPGitHubReleaseNotes -Owner "microsoft" -Repository "365-management"