Update release level config

This commit is contained in:
Daniel 2021-10-15 16:39:47 +02:00
parent ec0a3a6903
commit b50f922fb5

View file

@ -41,7 +41,7 @@ func registerReleaseLevelOption() {
Key: releaseLevelKey,
Description: `May break things. Decide if you want to experiment with unstable features. "Beta" has been tested roughly by the Safing team while "Experimental" is really raw. When "Beta" or "Experimental" are disabled, their settings use the default again.`,
OptType: OptTypeString,
ExpertiseLevel: ExpertiseLevelExpert,
ExpertiseLevel: ExpertiseLevelDeveloper,
ReleaseLevel: ReleaseLevelStable,
DefaultValue: ReleaseLevelNameStable,
Annotations: Annotations{