Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HerbertHe/iptv-sources
/ commitVersion
Function
commitVersion
scripts/release.js:21–24 ·
view source on GitHub ↗
(version)
Source
from the content-addressed store, hash-verified
19
}
20
21
const
commitVersion = (version) => {
22
execSync(
"git add ."
)
23
execSync(`git commit -m :bookmark:v${version}`)
24
}
25
26
rl.question(
"input the release version? ex: 1.0.0\n"
)
27
.then((version) => {
Callers
1
release.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected