Skip to content

Commit 04e37d4

Browse files
Address PR feedback: Move changelog entry to Unreleased section and add CFS feed reminder
Co-authored-by: andyleejordan <[email protected]>
1 parent 7796240 commit 04e37d4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# PowerShell Editor Services Release History
22

3+
## Unreleased
4+
5+
- ✨ 📟 [PowerShellEditorServices #2239](https://github.com/PowerShell/PowerShellEditorServices/pull/2239) - Update PSReadLine to v2.4.2-beta2.
6+
37
## v4.3.0
48
### Tuesday, March 18, 2025
59

610
See more details at the GitHub Release for [v4.3.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.3.0).
711

8-
- ✨ 📟 [PowerShellEditorServices #2239](https://github.com/PowerShell/PowerShellEditorServices/pull/2239) - Update PSReadLine to v2.4.2-beta2.
9-
1012
New packages!
1113

1214
## v4.2.0

PowerShellEditorServices.build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
120120

121121
task RestorePsesModules -If (-not (Test-Path "module/PSReadLine") -or -not (Test-Path "module/PSScriptAnalyzer")) {
122122
Write-Build DarkMagenta "Restoring bundled modules"
123+
# NOTE: When updating module versions, ensure they are also saved to the CFS feed
123124
Save-PSResource -Path module -Name PSScriptAnalyzer -Version "1.24.0" -Repository $PSRepository -TrustRepository -Verbose
124125
Save-PSResource -Path module -Name PSReadLine -Version "2.4.2-beta2" -Prerelease -Repository $PSRepository -TrustRepository -Verbose
125126
}

0 commit comments

Comments
 (0)