Sync eng/common directory with azure-sdk-tools repository (#823)
This commit is contained in:
parent
d8aaeba838
commit
84e79a9e4f
@ -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
|
||||
"@
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user