chore(ext): bump version to 0.1.16

This commit is contained in:
Simon
2026-03-09 17:17:04 +08:00
parent 5f43b76b57
commit 26b4afca6a
3 changed files with 4 additions and 3 deletions

View File

@@ -33,8 +33,9 @@ console.log(
const tagName = `EXT_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(extension): bump version to ${newVersion}"`)
chalk.blueBright(`git add . && git commit -m "chore(ext): bump version to ${newVersion}"`)
)
console.log(chalk.blueBright(`git tag -a ${tagName} -m "${tagName}"`))
console.log(chalk.blueBright(`git push && git push origin ${tagName}\n`))