Get test channel release notes

This commit is contained in:
Becca 2022-02-02 13:09:35 -05:00
parent 2408d95487
commit dcef76ace3

View file

@ -90,8 +90,8 @@ export async function getChangeLog(
'https://central.github.com/deployments/desktop/desktop/changelog.json'
)
if (__RELEASE_CHANNEL__ === 'beta') {
changelogURL.searchParams.set('env', 'beta')
if (__RELEASE_CHANNEL__ === 'beta' || __RELEASE_CHANNEL__ === 'test') {
changelogURL.searchParams.set('env', __RELEASE_CHANNEL__)
}
if (limit !== undefined) {