Describe the bug
Incorrect changelog link
To Reproduce
Steps to reproduce the behavior:
- Go to
https://emberjs.com/releases/release/
- Click on
changelog at "Read the changelog for Ember 7.0.0."
- 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)
Describe the bug
Incorrect changelog link
To Reproduce
Steps to reproduce the behavior:
https://emberjs.com/releases/release/changelogat "Read the changelog for Ember 7.0.0."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
ember-website/data/project/ember/release.md
Line 8 in 9b8519d
but for install
7.0.0is valid, not for tag to use in link (as there is no such tag)