mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
log versionParts
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
06bb905c8d
commit
3576662484
2
index.js
2
index.js
@ -19,7 +19,7 @@ try {
|
|||||||
versionParts[2] = parseInt(versionParts[2]) + 1;
|
versionParts[2] = parseInt(versionParts[2]) + 1;
|
||||||
|
|
||||||
|
|
||||||
|
console.log(versionParts)
|
||||||
// increment the patch version
|
// increment the patch version
|
||||||
// join the parts back together
|
// join the parts back together
|
||||||
const newVersion = `v${versionParts.join('.')}`;
|
const newVersion = `v${versionParts.join('.')}`;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user