Introduce new auto-updating staging channel

This commit is contained in:
Scott Nonnenberg 2022-06-14 15:08:38 -07:00 committed by GitHub
parent 4038d781d6
commit 038ec9e05d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 117 additions and 2 deletions

View file

@ -16,7 +16,8 @@ const { version } = packageJson;
// adding the ${channel} macro to these values, but Electron-Builder didn't like that.
if (!isAlpha(version)) {
process.exit();
console.error(`Version '${version}' is not an alpha version!`);
process.exit(1);
}
console.log('prepare_alpha_build: updating package.json');