We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b13bf commit 259abf1Copy full SHA for 259abf1
eng/common/scripts/Verify-ChangeLogs.ps1
@@ -34,6 +34,8 @@ foreach($propertiesFile in $packageProperties) {
34
continue
35
}
36
37
+ Write-Host "Verifying changelog for $($PackageProp.Name)"
38
+
39
$validChangeLog = Confirm-ChangeLogEntry -ChangeLogLocation $PackageProp.ChangeLogPath -VersionString $PackageProp.Version -ForRelease $ForRelease
40
41
if (-not $validChangeLog) {
0 commit comments