Skip to content

Commit 8e426fa

Browse files
committed
Add PSES version to client changelog
1 parent 47e3471 commit 8e426fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ReleaseTools.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ function Update-Changelog {
253253
$Bullets
254254
""
255255
"#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)"
256+
" v$(Get-Version -RepositoryName "PowerShellEditorServices")"
256257
""
257258
(Get-FirstChangelog -RepositoryName "PowerShellEditorServices").Where({ $_.StartsWith("- ") }, "SkipUntil")
258259
)

0 commit comments

Comments
 (0)