Skip to content

Commit

Permalink
fix 🐛 : fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertHe committed Mar 8, 2024
1 parent d06a2d8 commit e320593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iptv-sources",
"version": "1.4.0",
"version": "1.5.0",
"main": "index.js",
"repository": "[email protected]:HerbertHe/iptv-sources.git",
"author": "HerbertHe <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const updatePackageJson = (version) => {
}

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

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

0 comments on commit e320593

Please sign in to comment.