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

misc: fix broken links in changelog #14130

Merged
merged 1 commit into from Jun 15, 2022

Conversation

takenspc
Copy link
Contributor

Summary

"Full Changelog" links of changelogs are broken since v9.3.0.

Expected urls are https://github.com/GoogleChrome/lighthouse/compare/v1...v2 though actual urls are https://github.com/compare/v1..v2.

I guess that updating conventional-changelog-cli cause this issue.

This PR fixes changelog template to genearete correct urls and broken links of changelog.md.

Related Issues/PRs

This issue seems trivial and fix is straightforward so I skipped creating an issue. Let me know if I should create an issue.

@takenspc takenspc requested a review from a team as a code owner June 15, 2022 06:06
@takenspc takenspc requested review from adamraine and removed request for a team June 15, 2022 06:06
@google-cla
Copy link

google-cla bot commented Jun 15, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Member

@adamraine adamraine left a comment

Choose a reason for hiding this comment

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

Good catch, thanks for the PR. I'll go ahead and fix all of the release pages you mentioned.

@adamraine
Copy link
Member

@takenspc please sign the CLA

@rayjenn

This comment was marked as spam.

@adamraine adamraine changed the title misc(build): fix broken links in changelog misc: fix broken links in changelog Jun 15, 2022
@adamraine adamraine merged commit 1c324e7 into GoogleChrome:master Jun 15, 2022
[Full Changelog]({{~@root.repoUrl}}/compare/{{previousTag}}...{{currentTag}})
[Full Changelog](
{{~#if @root.host}}{{~@root.host}}/{{/if~}}
{{~#if @root.owner ~}}{{@root.owner}}/{{/if~}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

do all these newlines work? yarn changelog

Copy link
Member

Choose a reason for hiding this comment

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

Looked fine when I tried it:

 <a name="9.5.0"></a>
# 9.5.0 (2022-06-15)
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v7.3.0...v9.5.0)

~~ TODO: https://chromiumdash.appspot.com/schedule ~~
We expect this release to ship in the DevTools of [Chrome XX](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.

## Notable Changes
~~ TODO: Move notable changes here ~~


## New Audits

* add work-during-interaction diagnostic ([#13982](https://github.com/GoogleChrome/lighthouse/pull/13982))
* add responsiveness metric for timespans ([#13917](https://github.com/GoogleChrome/lighthouse/pull/13917))
* lcp-lazy-loaded ([#12838](https://github.com/GoogleChrome/lighthouse/pull/12838))
* fr: uses-responsive-images-snapshot ([#12714](https://github.com/GoogleChrome/lighthouse/pull/12714))

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