Skip to content

Beta Release Notes Url#11452

Merged
niik merged 2 commits intodesktop:developmentfrom
say25:beta-release-notes
Jan 26, 2021
Merged

Beta Release Notes Url#11452
niik merged 2 commits intodesktop:developmentfrom
say25:beta-release-notes

Conversation

@say25
Copy link
Member

@say25 say25 commented Jan 24, 2021

Closes #3385

Description

Inspired by #11445, thanks @billygriffin

  • Beta Release Notes Point to the Right Place

Release notes

Notes: Beta Release Notes Point to the correct place

@say25 say25 added ready-for-review Pull Requests that are ready to be reviewed by the maintainers community labels Jan 24, 2021
billygriffin
billygriffin previously approved these changes Jan 25, 2021
Copy link
Contributor

@billygriffin billygriffin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow this is cool! I'd love another reviewer but conceptually this is great. ❤️

Copy link
Member

@niik niik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great @say25 thanks so much for fixing this. The only ask I have is if we could just check if __RELEASE_CHANNEL__ === 'beta' inside of releases.ts? I'm not super fond of overloading the feature-flag method for this as it's not conceptually what we want to be checking for.

It would also match how we determine which release notes to pull down to show in the release-notes dialog:

const query = __RELEASE_CHANNEL__ === 'beta' ? '?env=beta' : ''

Copy link
Member

@niik niik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @say25!

@niik niik merged commit 5775edc into desktop:development Jan 26, 2021
@say25 say25 deleted the beta-release-notes branch January 26, 2021 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community ready-for-review Pull Requests that are ready to be reviewed by the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Beta Release Notes Don't Point to the Right Place

3 participants