Exit with non-error code at end of publishRelease
This commit is contained in:
@@ -17,6 +17,7 @@ const args = yargs
|
||||
const allUpdatedPackages = await utils.getUpdatedPackagesAsync(shouldIncludePrivate);
|
||||
|
||||
await publishReleaseNotesAsync(allUpdatedPackages, isDryRun);
|
||||
process.exit(0);
|
||||
})().catch(err => {
|
||||
utils.log(err);
|
||||
process.exit(1);
|
||||
|
Reference in New Issue
Block a user