File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Extension Release History
2
2
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
+
3
15
## v2021.6.1
4
16
### Monday, June 21, 2021
5
17
Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ function Update-Changelog {
236
236
) | Set-Content - Encoding utf8NoBOM - Path $ChangelogFile
237
237
238
238
if ($PSCmdlet.ShouldProcess (" $RepositoryName /$ChangelogFile " , " git" )) {
239
- Update-Branch - Version $Version
239
+ Update-Branch - Version $Version.Substring ( 1 ) # Has "v" prefix
240
240
git add $ChangelogFile
241
- git commit - m " Update CHANGELOG for `` v $Version `` "
241
+ git commit - m " Update CHANGELOG for `` $Version `` "
242
242
}
243
243
244
244
Pop-Location
You can’t perform that action at this time.
0 commit comments