mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Update release level config
This commit is contained in:
parent
ec0a3a6903
commit
b50f922fb5
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue