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 = [ const BETA_FEATURES = [
'activitypub', 'activitypub',
'webmentions', 'webmentions',
'emailErrors' 'emailErrors',
'milestoneEmails'
]; ];
const ALPHA_FEATURES = [ const ALPHA_FEATURES = [
'urlCache', 'urlCache',
'beforeAfterCard', 'beforeAfterCard',
'lexicalEditor', 'lexicalEditor',
'outboundLinkTagging', 'outboundLinkTagging'
'milestoneEmails'
]; ];
module.exports.GA_KEYS = [...GA_FEATURES]; module.exports.GA_KEYS = [...GA_FEATURES];