diff --git a/eng/common/scripts/ChangeLog-Operations.ps1 b/eng/common/scripts/ChangeLog-Operations.ps1 index 8397e1d0a05a..d644d022658a 100644 --- a/eng/common/scripts/ChangeLog-Operations.ps1 +++ b/eng/common/scripts/ChangeLog-Operations.ps1 @@ -119,4 +119,12 @@ function Confirm-ChangeLogEntry { } } return $true +} + +function Set-TestChangeLog($TestVersion, $changeLogFile, $ReleaseEntry) { + Set-Content -Path $changeLogFile -Value @" +# Release History +## $TestVersion ($(Get-Date -f "yyyy-MM-dd")) +- $ReleaseEntry +"@ } \ No newline at end of file