Skip to content

Commit 2199af1

Browse files
committed
Add PSES version to client changelog
1 parent 47e3471 commit 2199af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ReleaseTools.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ function Update-Changelog {
252252
""
253253
$Bullets
254254
""
255-
"#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)"
255+
"#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v$(Get-Version -RepositoryName PowerShellEditorServices)"
256256
""
257257
(Get-FirstChangelog -RepositoryName "PowerShellEditorServices").Where({ $_.StartsWith("- ") }, "SkipUntil")
258258
)

0 commit comments

Comments
 (0)