File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# PowerShell Extension Release History
22
3+ ## v2021.6.2
4+ ### Thursday, June 24, 2021
5+
6+ #### [ vscode-powershell] ( https://github.com/PowerShell/vscode-powershell )
7+
8+ - 👷🐛 [ vscode-powershell #2536 ] ( https://github.com/PowerShell/vscode-powershell/pull/3431 ) - Release refinements.
9+
10+ #### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
11+
12+ - 👷🐛 [ PowerShellEditorServices #1509 ] ( https://github.com/PowerShell/PowerShellEditorServices/issues/1509 ) Fix signing of files in release.
13+
14+
315## v2021.6.1
416### Monday, June 21, 2021
517
Original file line number Diff line number Diff line change 11{
22 "name" : " powershell" ,
33 "displayName" : " PowerShell" ,
4- "version" : " 2021.6.1 " ,
4+ "version" : " 2021.6.2 " ,
55 "preview" : false ,
66 "publisher" : " ms-vscode" ,
77 "description" : " Develop PowerShell modules, commands and scripts in Visual Studio Code!" ,
Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ function Update-Changelog {
236236 ) | Set-Content - Encoding utf8NoBOM - Path $ChangelogFile
237237
238238 if ($PSCmdlet.ShouldProcess (" $RepositoryName /$ChangelogFile " , " git" )) {
239- Update-Branch - Version $Version
239+ Update-Branch - Version $Version.Substring ( 1 ) # Has "v" prefix
240240 git add $ChangelogFile
241- git commit - m " Update CHANGELOG for `` v $Version `` "
241+ git commit - m " Update CHANGELOG for `` $Version `` "
242242 }
243243
244244 Pop-Location
You can’t perform that action at this time.
0 commit comments