Skip to content

Commit c2c841d

Browse files
committed
Update CHANGELOG for v2022.3.0-preview
1 parent 82f1bb3 commit c2c841d

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# PowerShell Extension Release History
22

3+
## v2022.3.0-preview
4+
### Thursday, March 10, 2022
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- ✨ 📺 [vscode-powershell #2499](https://github.com/PowerShell/vscode-powershell/pull/3869) - Use Code's new Language Status API.
9+
- ✨ 📺 [vscode-powershell #3866](https://github.com/PowerShell/vscode-powershell/pull/3866) - Fix title of PowerShell Command Explorer pane.
10+
- ✨ 📺 [vscode-powershell #3865](https://github.com/PowerShell/vscode-powershell/pull/3865) - Replace custom graphics with updated Codicons.
11+
- ✨ 🔧 [vscode-powershell #3858](https://github.com/PowerShell/vscode-powershell/pull/3859) - Deprecate `promptToUpdatePackageManagement`.
12+
- 🐛 📟 [vscode-powershell #3360](https://github.com/PowerShell/vscode-powershell/pull/3854) - Use new `isTransient` API to prevent duplicate integrated consoles.
13+
- 🐛 🔍 [vscode-powershell #3259](https://github.com/PowerShell/vscode-powershell/pull/3852) - Fix Pester `Test/Debug` code lenses to now change directory.
14+
- ✨ ✂️ [vscode-powershell #3839](https://github.com/PowerShell/vscode-powershell/pull/3839) - Modernize built-in snippets. (Thanks @JustinGrote!)
15+
16+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
17+
18+
- ✨ 🧠 [vscode-powershell #3364](https://github.com/PowerShell/PowerShellEditorServices/pull/1738) - Improve completion logic (more icons!).
19+
- 🐛 🛫 [PowerShellEditorServices #1576](https://github.com/PowerShell/PowerShellEditorServices/pull/1735) - Remove `PackageManagement` module update prompt.
20+
- 🐛 📟 [PowerShellEditorServices #1734](https://github.com/PowerShell/PowerShellEditorServices/pull/1734) - Finish redirection of `$Host.PrivateData`.
21+
- 🐛 📟 [PowerShellEditorServices #1639](https://github.com/PowerShell/PowerShellEditorServices/pull/1732) - Redirect `PSHost.Notify*Application` methods.
22+
323
## v2022.2.2-preview
424
### Thursday, February 24, 2022
525

tools/ReleaseTools.psm1

+4-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ function Get-Bullets {
6262
'andschwa'
6363
'daxian-dbw'
6464
'PaulHigin'
65-
'rjmholt'
65+
'SeeminglyScience'
6666
'SteveL-MSFT'
67-
'TylerLeonhardt'
67+
'StevenBucher98'
68+
'SydneyhSmith'
6869
)
6970

7071
$IssueEmojis = @{
@@ -390,7 +391,7 @@ function New-ReleasePR {
390391
Use-Repository -RepositoryName $RepositoryName -Script {
391392
if ($PSCmdlet.ShouldProcess("$RepositoryName/release", "git push")) {
392393
Write-Host "Pushing release branch..."
393-
git push --set-upstream --force-with-lease origin release
394+
git push --force-with-lease origin release
394395
}
395396
}
396397

0 commit comments

Comments
 (0)