Skip to content

Commit 6250d01

Browse files
committed
Feature flags for .beta.
1 parent 8334a06 commit 6250d01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SignalServiceKit/Environment/FeatureFlags+Generated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ extension FeatureBuild {
99
#if DEBUG
1010
static let current: FeatureBuild = .dev
1111
#else
12-
static let current: FeatureBuild = .production
12+
static let current: FeatureBuild = .beta
1313
#endif
1414
}

ci_scripts/feature_flag_level.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
production
1+
beta

ci_scripts/tag_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.83.0.{build_number}
1+
7.83.0.{build_number}-beta

0 commit comments

Comments
 (0)