-
Notifications
You must be signed in to change notification settings - Fork 268
Update releases.yaml #16166
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
base: main
Are you sure you want to change the base?
Update releases.yaml #16166
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||||||||||
| latest: | ||||||||||||||
| slug: QuestingQuokka | ||||||||||||||
| name: "Questing Quokka" | ||||||||||||||
| slug: QuestingQuokkas | ||||||||||||||
| name: "Questing Quokkas" | ||||||||||||||
|
||||||||||||||
| slug: QuestingQuokkas | |
| name: "Questing Quokkas" | |
| slug: QuestingQuokka | |
| name: "Questing Quokka" |
Copilot
AI
Mar 24, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
latest.mascot_image_large URL and dimensions now differ significantly from releases.yaml for the same asset (switching from assets.ubuntu.com/v1/... and 182×182 to v2/... and 1822×2182). Please verify the correct asset URL and image dimensions; if this file is meant to mirror releases.yaml with custom tags, it should stay consistent.
| url: "https://assets.ubuntu.com/v2/fe84bc06-questing_quokka_mascot_circle_bg.svg" | |
| width: 1822 | |
| height: 2182 | |
| url: "https://assets.ubuntu.com/v1/fe84bc06-questing_quokka_mascot_circle_bg.svg" | |
| width: 182 | |
| height: 182 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR metadata says this is an automated update of
releases.yaml, but the only file changed here is_TEST_releases.yaml. If the intent is to update production release data, the changes likely need to be applied toreleases.yamlinstead (or clarify in the PR description why the test fixture is being updated).