Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
protected onExecute(): void {
const config = RushConfig.loadFromDefaultLocation();
// Look at the changes
// Collect changes on a per-project basis
// For each project:
// Calculate the new version number
// Bump any dendency which now was an invalid #
// Update the README files
}
}