We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In #8786 we documented the new release train model.
To satisfy the feature flag rules we have to ensure that:
main
beta
release
This requires us to provide a feature flag configuration for every build type to allow different configurations.
The text was updated successfully, but these errors were encountered:
wmontwe
No branches or pull requests
In #8786 we documented the new release train model.
To satisfy the feature flag rules we have to ensure that:
main
, feature flags are enabled as soon as developers have completed all pull requests related to the feature.beta
, feature flags remain enabled unless the feature has not been fully completed and the developers would like to pause the feature.release
, feature flags are disabled until an explicit decision has been made to enable the feature for all users.This requires us to provide a feature flag configuration for every build type to allow different configurations.
The text was updated successfully, but these errors were encountered: