Run schema check in release post tool (#37734)

This commit is contained in:
jonathansadowski 2023-04-18 22:40:14 -05:00 committed by GitHub
parent ad68685b79
commit caf20d7989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -168,8 +168,7 @@ const program = new Command()
const changes = await scanForChanges(
currentVersionRef,
`${ previousParsed.major }.${ previousParsed.minor }.${ previousParsed.patch }`,
//false,
true,
false,
SOURCE_REPO,
previousVersionRef,
'cli',