Backfill hero images from changelog#365
Merged
hannesrudolph merged 2 commits intomainfrom Sep 25, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
This PR backfills hero images from changelog files by updating the metadata image paths and adding corresponding hero image elements to various version release note files.
- Updates image metadata paths from generic social share images to version-specific hero images
- Adds hero image HTML elements to display release images directly in the content
- Ensures consistent visual presentation across all v3.26.x and v3.28.x release documentation
Reviewed Changes
Copilot reviewed 19 out of 33 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/update-notes/v3.28.mdx | Updates metadata image path to version-specific hero image |
| docs/update-notes/v3.28.7.mdx | Adds hero image HTML element for v3.28.7 release |
| docs/update-notes/v3.28.6.mdx | Adds hero image HTML element for v3.28.6 release |
| docs/update-notes/v3.28.5.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.28.4.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.28.3.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.28.2.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.28.1.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.28.0.mdx | Updates metadata image path to version-specific hero image |
| docs/update-notes/v3.27.0.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.7.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.6.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.5.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.4.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.3.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.2.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.1.mdx | Updates metadata image path and adds hero image HTML element |
| docs/update-notes/v3.26.0.mdx | Updates metadata image path and adds hero image HTML element |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
docs/update-notes/v3.28.6.mdx
Outdated
| This release adds GPT-5-Codex to OpenAI Native, sharpens localization coverage, and smooths UI workflows across languages. | ||
|
|
||
| <img src="/img/v3.28.6/v3.28.6.png" alt="Roo Code v3.28.6 Release" width="600" /> | ||
|  |
Contributor
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.
Important
Updated hero images in changelog release notes to specific version images for improved visual context.
v3.26.0.mdx,v3.26.1.mdx, andv3.26.2.mdxto specific version images instead of/img/social-share.jpg.v3.26.3.mdx,v3.26.4.mdx, andv3.26.5.mdx.v3.26.6.mdx,v3.26.7.mdx, andv3.26.mdx.v3.27.0.mdx,v3.28.0.mdx, andv3.28.1.mdx.v3.28.2.mdx,v3.28.3.mdx,v3.28.4.mdx,v3.28.5.mdx,v3.28.6.mdx,v3.28.7.mdx, andv3.28.mdx.This description was created by
for 7973b1b. You can customize this summary. It will automatically update as commits are pushed.