Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
.on('finish', function() {
standardChangelog.checkpoint('appended changes to %s', [
options.outfile,
]);
resolve();
});
} else {
.on('finish', function() {
standardChangelog.checkpoint('output changes to %s', [
options.outfile,
]);
rimraf.sync(tmp);
resolve();
});
});