MCPcopy 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
21const commitVersion = (version) => {
22 execSync("git add .")
23 execSync(`git commit -m :bookmark:v${version}`)
24}
25
26rl.question("input the release version? ex: 1.0.0\n")
27 .then((version) => {

Callers 1

release.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected