◐ Shell
clean mode source ↗

Update `metadata.json` for the new servicing and preview releases by daxian-dbw · Pull Request #27307 · PowerShell/PowerShell

@daxian-dbw

PR Summary

Update metadata.json for the new servicing and preview releases.

Copilot AI review requested due to automatic review settings

April 20, 2026 17:39

Choose a reason for hiding this comment

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

Pull request overview

Updates tools/metadata.json to reflect the latest PowerShell stable servicing release and the current/next preview release tags used by build/release tooling.

Changes:

  • Bump StableReleaseTag / ReleaseTag from v7.6.0 to v7.6.1
  • Update PreviewReleaseTag to v7.7.0-preview.1 and advance NextReleaseTag to v7.7.0-preview.2
  • Update LTSReleaseTag entries to v7.4.15 and v7.6.1

adityapatwardhan

"StableReleaseTag": "v7.6.0",
"PreviewReleaseTag": "v7.6.0-rc.1",
"StableReleaseTag": "v7.6.1",
"PreviewReleaseTag": "v7.7.0-preview.1",

Choose a reason for hiding this comment

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

Should this be updated after the release?

Choose a reason for hiding this comment

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

7.7-preview.1 release is now out :)

jshigetomi

JustinGrote pushed a commit to JustinGrote/PowerShell that referenced this pull request

Jun 2, 2026