Skip to content

Commit

Permalink
fix 🐛 : update
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertHe committed Mar 8, 2024
1 parent e320593 commit 840fe94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const updatePackageJson = (version) => {

const commitVersion = (version) => {
execSync("git add .")
execSync(`git commit -m "🔖 release: ${version}"`)
execSync(`git commit -m 🔖release: ${version}`)
}

rl.question("input the release version? ex: 1.0.0\n")
Expand Down

0 comments on commit 840fe94

Please sign in to comment.