diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-10-22 12:20:35 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-10-22 15:38:05 +0100 |
commit | 9d2cc76f4dc134b7c071bd947663b266eef2c1be (patch) | |
tree | 91d2c80cd495c6211cd3e27f2fbb1d92d1783d1c | |
parent | 0725d4911faf931c6c2d99fda4509ece22ac1aee (diff) | |
download | gitlab-ce-9d2cc76f4dc134b7c071bd947663b266eef2c1be.tar.gz |
Link to how to roll out a feature flag
-rw-r--r-- | doc/development/feature_flags.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/feature_flags.md b/doc/development/feature_flags.md index 0f1f079bdb4..5c125a00fb4 100644 --- a/doc/development/feature_flags.md +++ b/doc/development/feature_flags.md @@ -112,3 +112,7 @@ feature flag. You can stub a feature flag as follows: ```ruby stub_feature_flags(my_feature_flag: false) ``` + +## Enabling a feature flag +Check how to [roll out changes using feature flags](./rolling_out_changes_using_feature_flags.md) + |