.17 changelog and link to changelog in installer output

This commit is contained in:
Brian Madison
2025-12-16 18:22:46 +08:00
parent 00a3af3eb0
commit 83b0df0f21
4 changed files with 114 additions and 3 deletions

View File

@@ -26,6 +26,11 @@ module.exports = {
const result = await installer.quickUpdate(config);
console.log(chalk.green('\n✨ Quick update complete!'));
console.log(chalk.cyan(`Updated ${result.moduleCount} modules with preserved settings`));
console.log(
chalk.magenta(
"\n📋 Want to see what's new? Check out the changelog: https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md",
),
);
process.exit(0);
return;
}