Skip to content

De-duplicate changelog references in 7.5 changelog#27588

Open
Copilot wants to merge 1 commit into
masterfrom
copilot/fix-duplicate-changelog-references
Open

De-duplicate changelog references in 7.5 changelog#27588
Copilot wants to merge 1 commit into
masterfrom
copilot/fix-duplicate-changelog-references

Conversation

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

CHANGELOG/7.5.md contained a duplicate changelog reference that fails the duplicate-validation check run during the release process (surfaced by a downstream PowerShell/Infrastructure validation job).

A full pass over the file found one duplicated entry in the 7.5.0-preview.5 section, listed under both Breaking Changes and General Cmdlet Updates and Fixes:

- Treat large `Enum` values as numbers in `ConvertTo-Json` (#20999) (#24304)

Changes

  • Removed the duplicate copy from General Cmdlet Updates and Fixes; retained it under Breaking Changes, since the change alters ConvertTo-Json output and is a behavioral/breaking change.

Verification

  • grep -oE '\(#[0-9]+\)' CHANGELOG/7.5.md | sort | uniq -d returns no duplicate PR references.
  • No duplicate [7.5.x]: link-reference definitions.
  • Single line removed; no other changelog content modified.

@TravisEz13 TravisEz13 added the CL-Docs Indicates that a PR should be marked as a documentation change in the Change Log label Jun 10, 2026
@TravisEz13 TravisEz13 marked this pull request as ready for review June 10, 2026 16:46
@TravisEz13 TravisEz13 requested a review from a team as a code owner June 10, 2026 16:46
Copilot AI review requested due to automatic review settings June 10, 2026 16:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes a duplicated PR reference in the PowerShell 7.5 changelog (7.5.0-preview.5) to satisfy release-process duplicate-reference validation.

Changes:

  • Removed the duplicated ConvertTo-Json entry from General Cmdlet Updates and Fixes, leaving the single authoritative entry under Breaking Changes.
  • Ensured the (#20999) (#24304) reference appears only once in CHANGELOG/7.5.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-Docs Indicates that a PR should be marked as a documentation change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants