electron / release-status

Public facing release status information
https://releases.electronjs.org
MIT License
3 stars 8 forks source link

feat: clean and release PR Lookup #26

Closed codebytere closed 10 months ago

codebytere commented 10 months ago

Closes https://github.com/electron/release-status/issues/25

This PR finishes an in-progress effort to display PR information to Electron developers. Being able to see PR information allows them to more easily determine if a given fix is in a version they've consumed without needing to peruse release notes, among other things.

There's definitely better error validation and other things to add to this but given folks are about to head to holiday i'd like to get this out the door before we all do! Some of the data parsing is also a bit off but this feature is intended to be a UI change.

Designed to take after https://chromiumdash.appspot.com/

PR Lookup View:

Screenshot 2023-12-13 at 9 30 27 PM

New PR View:

Screenshot 2023-12-14 at 12 19 08 PM