Promote milestoneEmails to beta feature

no issue

- Promotes `milestoneEmails` to a beta feature so it can be a private beta to be tested
This commit is contained in:
Aileen Nowak 2023-02-16 14:36:28 +02:00 committed by Aileen Booker
parent 1c0ee675fe
commit cd3930d08e

View File

@ -28,15 +28,15 @@ const GA_FEATURES = [
const BETA_FEATURES = [
'activitypub',
'webmentions',
'emailErrors'
'emailErrors',
'milestoneEmails'
];
const ALPHA_FEATURES = [
'urlCache',
'beforeAfterCard',
'lexicalEditor',
'outboundLinkTagging',
'milestoneEmails'
'outboundLinkTagging'
];
module.exports.GA_KEYS = [...GA_FEATURES];