chore(ci): add feature flag report flag and update script#10757
chore(ci): add feature flag report flag and update script#10757wmontwe wants to merge 1 commit intothunderbird:mainfrom
Conversation
|
Missing report label. Set exactly one of: |
|
I was considering the possibility of allowing the Additionally, we could enforce that whenever the This would enable us to maintain a report of features that are currently in progress but not yet available to users, while also providing them with a heads-up about upcoming features. What are your feelings about this idea? |
|
I think a comment with the actual feature flag name makes total sense. I would need to check if that could be extracted easily. The dedicated flag might make sense, but then it can't be enforced. It will be an additional thing you need to do and remember to do. You would have 3 steps as a result: add the report label, add the feature label and comment the name of the feature flag. If that's not too complicated we could do that instead. @dani-zilla What do you think? |
|
Yeah, adding the feature flag label and commenting what the flag is to use it sounds reasonable. Makes it easy to see what flag it is at a glance and, when the feature is hidden by a flag that's introduced in a previous PR, you'll still be able to see what it relates to |
|
We can use the following command with Tested with #10785 and got: |
Add flag to signal user-facing changes that are guarded by a feature-flag.