Skip to content

Commit f9edf03

Browse files
authored
break rules
Signed-off-by: Zhu Chenrui <boomzero_zcr@outlook.com>
1 parent 50cb487 commit f9edf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Update/UpdateToRelease.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if (LastType == "Release") {
5858
if (LastJSVersion != NpmVersion) {
5959
console.warn("Assuming you manually ran npm version.");
6060
} else {
61-
execSync("npm version patch");
61+
execSync("npm version minor");
6262
}
6363
var CurrentVersion = execSync("jq -r '.version' package.json").toString().trim();
6464
console.log("Current version : " + CurrentVersion);

0 commit comments

Comments
 (0)