Skip to content

Commit 259abf1

Browse files
raych1azure-sdk
authored andcommitted
Added log
1 parent b7b13bf commit 259abf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/common/scripts/Verify-ChangeLogs.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ foreach($propertiesFile in $packageProperties) {
3434
continue
3535
}
3636

37+
Write-Host "Verifying changelog for $($PackageProp.Name)"
38+
3739
$validChangeLog = Confirm-ChangeLogEntry -ChangeLogLocation $PackageProp.ChangeLogPath -VersionString $PackageProp.Version -ForRelease $ForRelease
3840

3941
if (-not $validChangeLog) {

0 commit comments

Comments
 (0)