-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
misc: update changelog for v6.0.0 #10807
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 great job consolidating everything! reads like a book :)
changelog.md
Outdated
* A PWA [`maskable-icon`](https://web.dev/maskable-icon-audit/) just looks better on your homescreen, so this new audit encourages you to have at least one available in your manifest ([#10370](https://github.com/GoogleChrome/lighthouse/pull/10370)). | ||
* `timing-budget` expands budget assertions to now be settable on all the performance metrics ([#9901](https://github.com/GoogleChrome/lighthouse/pull/9901), [#9925](https://github.com/GoogleChrome/lighthouse/pull/9925)). | ||
* The new [`charset`](https://web.dev/charset) audit ensures a proper character encoding for page content ([#10284](https://github.com/GoogleChrome/lighthouse/pull/10284), [#10389](https://github.com/GoogleChrome/lighthouse/pull/10389), [#10689](https://github.com/GoogleChrome/lighthouse/pull/10689)). | ||
* `image-size-responsive` checks that images have an aspect ratio and resolution that match well with how they are displaed on a page ([#10460](https://github.com/GoogleChrome/lighthouse/pull/10460)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* `image-size-responsive` checks that images have an aspect ratio and resolution that match well with how they are displaed on a page ([#10460](https://github.com/GoogleChrome/lighthouse/pull/10460)). | |
* `image-size-responsive` checks that images have an aspect ratio and resolution that match well with how they are displayed on a page ([#10460](https://github.com/GoogleChrome/lighthouse/pull/10460)). |
Congratulations on the 6.0.0 release! 🎉 Selfishly-reporting: might there be an issue with the collection of contributor handles? (perhaps counting (contributions.length == 1) rather than than (contributions.since_prev_release > 0), or something like that?) |
Oh no! @jayaddison I'm not sure how you got cutoff I'm so sorry! 😢 This is the script that generates the contibutors git --no-pager shortlog -s -e -n "v2.3.0..v${OLD_VERSION}" | cut -f 2 | sort > auto_contribs_prior_to_last
git --no-pager shortlog -s -e -n "v${OLD_VERSION}..HEAD" | cut -f 2 | sort > auto_contribs_since_last
NEW_CONTRIBUTORS=$(comm -13 auto_contribs_prior_to_last auto_contribs_since_last) When I run it with 5.6.0 as the Output of Above Command with Emails RedactedAlex Tkachuk |
No worries! I make that 34 unique contributors, and the changelog mentions 29 (please check my math), so there may have been a few folks left out accidentally. |
Arg, really sorry @jayaddison! That's my fault. Something got lost mapping from shortlog -> commit -> github username.
I lost one other, but there are also three old-time committers in that list (benschwarz (#2355), beaufortfrancois (#1032), and umaar (all the way back to #150!)). |
All good, thank you for the swift fix :) |
way better than #10804