Skip to content

[BUG] Incorrect changelog link #1209

Description

@vvscode

Describe the bug

Incorrect changelog link

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://emberjs.com/releases/release/
  2. Click on changelog at "Read the changelog for Ember 7.0.0."
  3. See error

Expected behavior

Looks like link should be https://github.com/emberjs/ember.js/blob/v7.0.0-ember-source/CHANGELOG.md
instead of https://github.com/emberjs/ember.js/blob/v7.0.0/CHANGELOG.md

Additional context
I guess it comes from

lastRelease: 7.0.0 # Manually update, see https://libraries.io/npm/ember-source throughout

but for install 7.0.0 is valid, not for tag to use in link (as there is no such tag)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions