You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(release): populate PSData.ReleaseNotes from CHANGELOG at publish time
So the PowerShell Gallery release-notes panel shows curated, user-facing notes per
version (matching the GitHub release) instead of a static link.
- build.depend.psd1: add ChangelogManagement 3.1.0.
- build.psake.ps1: new UpdateReleaseNotes task (Depends Build) that sets the built
manifest's PrivateData.PSData.ReleaseNotes from the matching CHANGELOG entry via
Update-ModuleManifest, wired in through $PSBPublishDependency. Non-fatal at every
step so a release is never blocked.
Verified: ChangelogManagement parses this repo's CHANGELOG.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments