Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix notes stack updates #41600

Merged
merged 5 commits into from Apr 29, 2024
Merged

chore: fix notes stack updates #41600

merged 5 commits into from Apr 29, 2024

Conversation

mlaurencin
Copy link
Contributor

Description of Change

This PR fixes an issue that would appear when there were multiple Chromium stack upgrades between versions. The notes script did not correctly handle the comparisons needed to determine which stack upgrade superceded which. An example of the previous issue can be seen here: https://github.com/electron/electron/releases/tag/v29.1.1 lists Chromium 122.0.6261.95, however according to https://github.com/electron/electron/blob/v29.1.1/DEPS it's 122.0.6261.111.

Checklist

Release Notes

Notes: None

@mlaurencin mlaurencin requested a review from a team as a code owner March 14, 2024 22:22
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Mar 14, 2024
@mlaurencin mlaurencin changed the title Chore fix notes stack updates chore: fix notes stack updates Mar 14, 2024
Copy link
Member

@VerteDinde VerteDinde left a comment

Choose a reason for hiding this comment

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

Good find!

script/release/notes/notes.js Outdated Show resolved Hide resolved
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Mar 15, 2024
Copy link
Member

@codebytere codebytere left a comment

Choose a reason for hiding this comment

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

Can we add a test?

script/release/notes/notes.js Outdated Show resolved Hide resolved
@electron electron deleted a comment from sham601 Mar 18, 2024
@mlaurencin
Copy link
Contributor Author

Can we add a test?

Yes, I will work on adding a unit test next

Copy link
Contributor

@jkleinsc jkleinsc left a comment

Choose a reason for hiding this comment

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

Test(s) should be added before we merge this.

@mlaurencin mlaurencin force-pushed the chore-fix-notes-stack-updates branch from fb2d60b to 744dad6 Compare April 29, 2024 13:56
@jkleinsc jkleinsc merged commit ef097b7 into main Apr 29, 2024
14 checks passed
@jkleinsc jkleinsc deleted the chore-fix-notes-stack-updates branch April 29, 2024 15:41
Copy link

release-clerk bot commented Apr 29, 2024

No Release Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants