Backport 3 PRs from release/v7.6 to release/v7.6.0 branch#27013
Backport 3 PRs from release/v7.6 to release/v7.6.0 branch#27013daxian-dbw merged 3 commits intoPowerShell:release/v7.6.0from
Conversation
There was a problem hiding this comment.
Pull request overview
Backports release/packaging updates into the release/v7.6.0 branch to align the v7.6.0 release content/config with release/v7.6, including updated PSResourceGet packaging and release metadata.
Changes:
- Update bundled
Microsoft.PowerShell.PSResourceGetmodule reference to1.2.0. - Adjust
tools/metadata.jsonLTS/Stable release packaging/publishing flags. - Add PSResourceGet
.signature.p7sto the Windows BOM and update the v7.6.0 changelog entry.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tools/packaging/boms/windows.json | Adds PSResourceGet signature file pattern to BOM for Windows packaging/compliance. |
| tools/metadata.json | Enables LTS package creation and Stable publishing/packaging flags for release automation. |
| src/Modules/PSGalleryModules.csproj | Bumps PSResourceGet package reference from 1.2.0-rc3 to 1.2.0. |
| CHANGELOG/7.6.md | Converts from preview header to 7.6 changelog and adds the 7.6.0 release section/details. |
| "LTSRelease": { "PublishToChannels": false, "Package": false }, | ||
| "StableRelease": { "PublishToChannels": false, "Package": false } | ||
| "LTSRelease": { "PublishToChannels": false, "Package": true }, | ||
| "StableRelease": { "PublishToChannels": true, "Package": true } |
There was a problem hiding this comment.
StableRelease.Package is set to true here, but there are currently no references to StableRelease.Package anywhere else in the repo (only StableRelease.PublishToChannels and LTSRelease.Package are referenced). If this flag is intended to control stable package creation, consider wiring it into the relevant pipeline logic or documenting that it is currently informational only, to avoid confusion.
| "StableRelease": { "PublishToChannels": true, "Package": true } | |
| "StableRelease": { "PublishToChannels": true } |
PR Summary
Backport 3 PRs from release/v7.6 to release/v7.6.0.