We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cb487 commit f9edf03Copy full SHA for f9edf03
Update/UpdateToRelease.js
@@ -58,7 +58,7 @@ if (LastType == "Release") {
58
if (LastJSVersion != NpmVersion) {
59
console.warn("Assuming you manually ran npm version.");
60
} else {
61
- execSync("npm version patch");
+ execSync("npm version minor");
62
}
63
var CurrentVersion = execSync("jq -r '.version' package.json").toString().trim();
64
console.log("Current version : " + CurrentVersion);
0 commit comments