fix 🐛 : update

This commit is contained in:
HerbertHe 2024-03-08 15:47:30 +08:00
parent f63b75ef25
commit 5fbef9b1fc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const updatePackageJson = (version) => {
const commitVersion = (version) => {
execSync("git add .")
execSync(`git commit -m v${version}`)
execSync(`git commit -m :bookmark:v${version}`)
}
rl.question("input the release version? ex: 1.0.0\n")