chore(version): bump version to 0.0.8

This commit is contained in:
Simon
2025-12-15 18:46:43 +08:00
parent 035091045a
commit f21914284c
7 changed files with 34 additions and 27 deletions

View File

@@ -102,6 +102,7 @@ console.log(chalk.green.bold(`\n✓ Version synced: ${newVersion}\n`))
if (hasChanges) {
const tagName = `v${newVersion}`
console.log(chalk.cyan.bold('📋 Next steps:\n'))
console.log(chalk.blueBright(`npm i`))
console.log(
chalk.blueBright(`git add . && git commit -m "chore(version): bump version to ${newVersion}"`)
)