From e3a2922ddc616ea032d7a9568cd903da988dd835 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 5 Jul 2021 13:09:39 +0300 Subject: [PATCH] remove rc mentions because we don't use rc anymore (#3262) 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: