Skip to content

Backport 3 PRs from release/v7.6 to release/v7.6.0 branch#27013

Merged
daxian-dbw merged 3 commits intoPowerShell:release/v7.6.0from
daxian-dbw:port-to-760
Mar 12, 2026
Merged

Backport 3 PRs from release/v7.6 to release/v7.6.0 branch#27013
daxian-dbw merged 3 commits intoPowerShell:release/v7.6.0from
daxian-dbw:port-to-760

Conversation

@daxian-dbw
Copy link
Copy Markdown
Member

@daxian-dbw daxian-dbw requested review from a team and jshigetomi as code owners March 12, 2026 17:37
Copilot AI review requested due to automatic review settings March 12, 2026 17:37
@daxian-dbw daxian-dbw changed the title Port to 760 Backport 3 PRs from release/v7.6 to release/v7.6.0 branch Mar 12, 2026
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 12, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.PSResourceGet module reference to 1.2.0.
  • Adjust tools/metadata.json LTS/Stable release packaging/publishing flags.
  • Add PSResourceGet .signature.p7s to 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 }
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"StableRelease": { "PublishToChannels": true, "Package": true }
"StableRelease": { "PublishToChannels": true }

Copilot uses AI. Check for mistakes.
@daxian-dbw daxian-dbw merged commit 49b31c1 into PowerShell:release/v7.6.0 Mar 12, 2026
83 of 85 checks passed
@daxian-dbw daxian-dbw deleted the port-to-760 branch March 12, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants