init auto release project
This commit is contained in:
@ -41,6 +41,7 @@ function getNewestRelease(releases) {
|
|||||||
const initialVersion = core.getInput("initial-version");
|
const initialVersion = core.getInput("initial-version");
|
||||||
|
|
||||||
const semVerParser = (version) => {
|
const semVerParser = (version) => {
|
||||||
|
console.log(version.replace("v", "").split("."));
|
||||||
return version.replace("v", "").split(".").map(parseInt);
|
return version.replace("v", "").split(".").map(parseInt);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user