mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-19 03:54:49 -04:00
Release process for beta
This commit is contained in:
parent
9173838e1b
commit
58ee071fae
5 changed files with 3570 additions and 73 deletions
|
@ -37,6 +37,9 @@ if (! exists) {
|
|||
function tag(version) {
|
||||
let res = child_process.spawnSync("git", ["tag", version]);
|
||||
console.log(res.stdout.toString().trim());
|
||||
|
||||
res = child_process.spawnSync("git", ["push", "origin", version]);
|
||||
console.log(res.stdout.toString().trim());
|
||||
}
|
||||
|
||||
function tagExists(version) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue