mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Update beta release process
This commit is contained in:
parent
87d3853b8e
commit
f54084c888
1 changed files with 0 additions and 5 deletions
|
@ -10,11 +10,6 @@ const version = process.env.VERSION;
|
||||||
|
|
||||||
console.log("Beta Version: " + version);
|
console.log("Beta Version: " + version);
|
||||||
|
|
||||||
if (!oldVersion || oldVersion.includes("-beta.")) {
|
|
||||||
console.error("Error: old version should not be a beta version?");
|
|
||||||
process.exit(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!version || !version.includes("-beta.")) {
|
if (!version || !version.includes("-beta.")) {
|
||||||
console.error("invalid version, beta version only");
|
console.error("invalid version, beta version only");
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
|
|
Loading…
Reference in a new issue