feat(website): add changelog page with GitHub Releases API auto-fetch #409#417
Open
Nicoorgnero wants to merge 3 commits intojvondermarck:mainfrom
Open
feat(website): add changelog page with GitHub Releases API auto-fetch #409#417Nicoorgnero wants to merge 3 commits intojvondermarck:mainfrom
Nicoorgnero wants to merge 3 commits intojvondermarck:mainfrom
Conversation
β¦the error of structure of the code with relacion with changelog
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
π Hello @Nicoorgnero, thank you for submitting in Dinosaur Exploder π¦ PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
- β
Verify your PR is up-to-date with the repository
/dinosaur-explodermainbranch. If your PR is behind you can update your code by clicking the 'Update branch' button or by runninggit pullandgit merge masterlocally. - β Verify all Dinosaur Exploder Continuous Integration (CI) checks are passing.
- β Verify that you have well fill out the different checkboxes in the PR template.
β οΈ Check that your code is clean: no code redundancy, variable and method names are correct, your code is understandable to everyone, and so on.- π‘ Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β Bruce Lee
|
jvondermarck
approved these changes
May 1, 2026
Owner
|
Maybe something like this, no? Just also add a check because if it's an image, we should also handle this case + not every release has a video |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




π What does this PR do?
/[lang]/changelogβ auto-fetches releases from the GitHub Releases API (like the Credits page does with contributors)π Related Issue
h release displays its tag name and body description, following the same pattern as the Credits page.
πΈ Screenshots
π¬ Extra Notes