We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e3471 commit 2199af1Copy full SHA for 2199af1
tools/ReleaseTools.psm1
@@ -252,7 +252,7 @@ function Update-Changelog {
252
""
253
$Bullets
254
255
- "#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)"
+ "#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v$(Get-Version -RepositoryName PowerShellEditorServices)"
256
257
(Get-FirstChangelog -RepositoryName "PowerShellEditorServices").Where({ $_.StartsWith("- ") }, "SkipUntil")
258
)
0 commit comments