From d1391cf5c1960854dd5742a88f7b7bfa7146afaa Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 5 Jul 2021 10:59:18 +0300 Subject: [PATCH] remove rc mentions because we don't use rc anymore Signed-off-by: Jari Kolehmainen --- build/set_build_version.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/set_build_version.ts b/build/set_build_version.ts index 0bc69af153..3f503e93ba 100644 --- a/build/set_build_version.ts +++ b/build/set_build_version.ts @@ -29,11 +29,7 @@ const versionInfo = semver.parse(appInfo.version); const buildNumber = process.env.BUILD_NUMBER || Date.now().toString(); function getBuildChannel(): string { - /** - * Note: it is by design that we don't use `rc` as a build channel for these versions - */ switch (versionInfo.prerelease?.[0]) { - case "rc": case "beta": return "beta"; default: