Add changelog validation to pre push (#33976)

This commit is contained in:
Roy Ho 2022-07-20 06:09:48 -07:00 committed by GitHub
parent f56b1da519
commit 94bcd25232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,5 @@ if [ $PROTECTED_BRANCH = $CURRENT_BRANCH ]; then
echo
exit 1
fi
php tools/monorepo/check-changelogger-use.php --debug $PROTECTED_BRANCH $CURRENT_BRANCH