mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Introduce new auto-updating staging channel
This commit is contained in:
@@ -20,6 +20,9 @@ export const isBeta = (version: string): boolean =>
|
||||
export const isAlpha = (version: string): boolean =>
|
||||
semver.parse(version)?.prerelease[0] === 'alpha';
|
||||
|
||||
export const isStaging = (version: string): boolean =>
|
||||
semver.parse(version)?.prerelease[0] === 'staging';
|
||||
|
||||
export const generateAlphaVersion = (options: {
|
||||
currentVersion: string;
|
||||
shortSha: string;
|
||||
|
||||
Reference in New Issue
Block a user