From 84e79a9e4f030ac8dd134bdd5eda1246decd4092 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 20 Oct 2020 18:05:53 -0700 Subject: [PATCH] Sync eng/common directory with azure-sdk-tools repository (#823) --- eng/common/scripts/ChangeLog-Operations.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/eng/common/scripts/ChangeLog-Operations.ps1 b/eng/common/scripts/ChangeLog-Operations.ps1 index 8397e1d0a..d644d0226 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