Enable stories in beta builds

This commit is contained in:
Scott Nonnenberg 2022-10-07 11:34:27 -07:00 committed by GitHub
parent 4ec48df5b9
commit d114effc03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View file

@ -34,6 +34,10 @@ const releaseNotes: ReleaseNotesType = {
key: 'WhatsNew__v5.63--0',
components: undefined,
},
{
key: 'WhatsNew__v5.63--beta.2',
components: undefined,
},
],
};