Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG/7.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# 7.4 Changelog

## [7.4.17]

### Code Cleanup

<details>

<ul>
<li>Remove the unused <code>Publish-NugetToMyGet</code> command from packaging module (#27574)</li>
</ul>

</details>

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET SDK 8.0.422</p>

</summary>

<ul>
<li>Update branch for release (#27580)</li>
<li>Skip Store Publish when No Channel Selected (#27571)</li>
<li>Verify Apple codesign immediately after ESRP signing (#27540)</li>
<li>Remove unused step that clones <code>Internal-PowerShellTeam-Tools</code> repo in PMC publish pipeline (#27497)</li>
</ul>

</details>

[7.4.17]: https://github.com/PowerShell/PowerShell/compare/v7.4.16...v7.4.17

## [7.4.16]

### Engine Updates and Fixes
Expand Down
39 changes: 39 additions & 0 deletions CHANGELOG/7.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# 7.5 Changelog

## [7.5.8]

### Code Cleanup

<details>

<summary>

<p>Update to .NET SDK 9.0.315</p>

</summary>

<ul>
<li>Remove the unused <code>Publish-NugetToMyGet</code> command from packaging module (#27575)</li>
</ul>

</details>

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET SDK 9.0.315</p>

</summary>

<ul>
<li>Update branch for release (#27581)</li>
<li>Skip Store Publish when No Channel Selected (#27572)</li>
<li>Verify Apple codesign immediately after ESRP signing (#27541)</li>
<li>Remove unused step that clones <code>Internal-PowerShellTeam-Tools</code> repo in PMC publish pipeline (#27498)</li>
</ul>

</details>

[7.5.8]: https://github.com/PowerShell/PowerShell/compare/v7.5.7...v7.5.8

## [7.5.7]

### Engine Updates and Fixes
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG/7.6.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# 7.6 Changelog

## [7.6.3]

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET SDK 10.0.301</p>

</summary>

<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>
</ul>

</details>

[7.6.3]: https://github.com/PowerShell/PowerShell/compare/v7.6.2...v7.6.3

## [7.6.2]

### Engine Updates and Fixes
Expand Down
6 changes: 3 additions & 3 deletions tools/metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"StableReleaseTag": "v7.6.2",
"StableReleaseTag": "v7.6.3",
"PreviewReleaseTag": "v7.7.0-preview.2",
"ServicingReleaseTag": "v7.0.13",
"ReleaseTag": "v7.6.2",
"LTSReleaseTag": ["v7.4.16", "v7.6.2"],
"ReleaseTag": "v7.6.3",
"LTSReleaseTag": ["v7.4.17", "v7.6.3"],
"NextReleaseTag": "v7.7.0-preview.3",
"LTSRelease": { "PublishToChannels": false, "Package": false },
"StableRelease": { "PublishToChannels": false, "Package": false }
Expand Down
Loading