Skip to content

Commit

Permalink
Fix the release stage and update the changelog for v2.3.5 servicing r…
Browse files Browse the repository at this point in the history
…elease (#3984)
  • Loading branch information
daxian-dbw authored Apr 3, 2024
1 parent d7fe398 commit 789bb84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/PSReadLine-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ extends:
inputs:
command: push
packagesToPush: $(nugetPath)\PSReadLine.*.nupkg
nuGetFeedType: internal
publishVstsFeed: AzArtifactsFeed
nuGetFeedType: external
publishFeedCredentials: AzArtifactsFeed

- task: NuGetCommand@2
displayName: Push PSReadLine module to PSGallery feed
Expand Down
12 changes: 12 additions & 0 deletions PSReadLine/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@

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

### [2.3.5] - 2024-04-02

This is a servicing release that excludes test components from SBOM generation.

- Add the release stage to the pipeline and exclude test folders from Component Governance (#3982)
- Change back to 'external_distribution' for nupkg signing (#3977)
- Migrate PSReadLine release build pipeline to OneBranch (#3975)
- Fix the null-reference exception when running `Debug-Job` on a thread job (#3957)
- Update build script to always include the `ProjectUri` info (#3821)

[2.3.5]: https://github.com/PowerShell/PSReadLine/compare/v2.3.4...v2.3.5

### [2.3.4] - 2023-10-02

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

0 comments on commit 789bb84

Please sign in to comment.