Skip to content

Commit 789bb84

Browse files
authored
Fix the release stage and update the changelog for v2.3.5 servicing release (#3984)
1 parent d7fe398 commit 789bb84

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.pipelines/PSReadLine-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ extends:
284284
inputs:
285285
command: push
286286
packagesToPush: $(nugetPath)\PSReadLine.*.nupkg
287-
nuGetFeedType: internal
288-
publishVstsFeed: AzArtifactsFeed
287+
nuGetFeedType: external
288+
publishFeedCredentials: AzArtifactsFeed
289289

290290
- task: NuGetCommand@2
291291
displayName: Push PSReadLine module to PSGallery feed

PSReadLine/Changes.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616

1717
[2.4.0-beta0]: https://github.com/PowerShell/PSReadLine/compare/v2.3.4...v2.4.0-beta0
1818

19+
### [2.3.5] - 2024-04-02
20+
21+
This is a servicing release that excludes test components from SBOM generation.
22+
23+
- Add the release stage to the pipeline and exclude test folders from Component Governance (#3982)
24+
- Change back to 'external_distribution' for nupkg signing (#3977)
25+
- Migrate PSReadLine release build pipeline to OneBranch (#3975)
26+
- Fix the null-reference exception when running `Debug-Job` on a thread job (#3957)
27+
- Update build script to always include the `ProjectUri` info (#3821)
28+
29+
[2.3.5]: https://github.com/PowerShell/PSReadLine/compare/v2.3.4...v2.3.5
30+
1931
### [2.3.4] - 2023-10-02
2032

2133
- Choose the inline prediction color based on the environment (#3808)

0 commit comments

Comments
 (0)