Add changelog validation to pre push (#33976)
This commit is contained in:
parent
f56b1da519
commit
94bcd25232
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue