Sync eng/common directory with azure-sdk-tools repository (#823)

This commit is contained in:
Azure SDK Bot 2020-10-20 18:05:53 -07:00 committed by GitHub
parent d8aaeba838
commit 84e79a9e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
"@
}