Bring Changelogs to Master Branch v7.4.17, v7.5.8, v7.6.3#27608
Merged
Conversation
Co-authored-by: Justin Chung <124807742+jshigetomi@users.noreply.github.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the versioned changelog files on the main branch to include the release notes for PowerShell v7.4.17, v7.5.8, and v7.6.3, reflecting recent build/packaging improvements and cleanup that shipped in those releases.
Changes:
- Add the 7.4.17 section to
CHANGELOG/7.4.mdwith code-cleanup and build/packaging entries plus the compare link. - Add the 7.5.8 section to
CHANGELOG/7.5.mdwith code-cleanup and build/packaging entries plus the compare link. - Add the 7.6.3 section to
CHANGELOG/7.6.mdwith build/packaging entries plus the compare link.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CHANGELOG/7.4.md | Adds the 7.4.17 release notes and compare link. |
| CHANGELOG/7.5.md | Adds the 7.5.8 release notes and compare link. |
| CHANGELOG/7.6.md | Adds the 7.6.3 release notes and compare link. |
| <ul> | ||
| <li>Remove the unused <code>Publish-NugetToMyGet</code> command from packaging module (#27576)</li> | ||
| <li>Verify Apple codesign immediately after ESRP signing (#27542)</li> | ||
| <li>Remove unused step to clone Internal-PowerShellTeam-Tools repo in PMC publish pipeline (#27496)</li> |
SeeminglyScience
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
This pull request updates the changelogs for versions 7.4.17, 7.5.8, and 7.6.3 to document recent code cleanup and build/packaging improvements. The main changes include removing unused commands and steps from the packaging process, updating the .NET SDK versions, and improving the Apple codesigning verification process.
Build and Packaging Improvements:
Internal-PowerShellTeam-Toolsrepository in the PMC publish pipeline. [1] [2] [3]Code Cleanup:
Publish-NugetToMyGetcommand from the packaging module. [1] [2] [3]PR Context
This is bringing the changelogs from the recent releases to the master branch.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header