-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Changelog for release v7.6.0-preview.6 #26597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds changelog documentation for the v7.6.0-preview.6 release, documenting a comprehensive set of improvements including engine updates, cmdlet enhancements, tooling/CI workflow changes, test improvements, and extensive build/packaging updates.
Key Changes
- Documents engine improvements (alias expansion) and cmdlet updates (PSResourceGet v1.2.0-preview5, stable PSFeedbackProvider, Get-Clipboard enhancements)
- Records tooling and CI workflow improvements (merge conflict detection, reusable actions, workflow refactoring)
- Catalogs extensive build and packaging improvements (28 items) covering migration to native packaging tools, GitHub Actions workflow integration, and various pipeline optimizations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sdwheeler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Summary
This pull request updates the
CHANGELOG/preview.mdfile to document the upcoming7.6.0-preview.6release. It summarizes a wide range of improvements, including engine updates, cmdlet enhancements, tooling and CI workflow changes, test improvements, and build/packaging updates.Engine and Cmdlet Updates:
ResolvedCommand, improving reliability of command execution ([release/v7.6] Properly Expand Aliases to their actual ResolvedCommand #26571).Microsoft.PowerShell.PSResourceGetupdated tov1.2.0-preview5, thePSFeedbackProviderexperimental feature is now stable, a regression inCompletionCompleters.CompleteFilename()is fixed, aDelimiterparameter is added toGet-Clipboard, and DSC v3 resource for Powershell Profile is introduced ([release/v7.6] Update Microsoft.PowerShell.PSResourceGet to v1.2.0-preview5 #26590, [release/v7.6] Make the experimental featurePSFeedbackProviderstable #26502, [release/v7.6] Fix a regression in the APICompletionCompleters.CompleteFilename()that causes null reference exception #26487, [release/v7.6] Add Delimiter parameter to Get-Clipboard #26572, [release/v7.6] DSC v3 resource for Powershell Profile #26447).Tooling and CI Improvements:
PR Context
Release updates
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header