Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates _TEST_releases.yaml, a test/fixture version of the release metadata, adjusting the latest release fields and reformatting some YAML structures.
Changes:
- Updated
latestslug/name values. - Reformatted
mascot_image_largeentries to use an inline!imagetag and changed the latest mascot image URL/dimensions. - Reordered several YAML keys/entries (e.g., checksum map ordering,
previous_ltsfield order,wsl.versionposition).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| latest: | ||
| slug: QuestingQuokka | ||
| name: "Questing Quokka" | ||
| slug: QuestingQuokkas | ||
| name: "Questing Quokkas" |
There was a problem hiding this comment.
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 to releases.yaml instead (or clarify in the PR description why the test fixture is being updated).
_TEST_releases.yaml
Outdated
| slug: QuestingQuokkas | ||
| name: "Questing Quokkas" |
There was a problem hiding this comment.
latest.slug/latest.name were changed to the plural "QuestingQuokkas". This looks like a data error (the Ubuntu 25.10 codename is "Questing Quokka" in releases.yaml). Please revert to the singular values unless there is a specific reason this test data should intentionally diverge.
| slug: QuestingQuokkas | |
| name: "Questing Quokkas" | |
| slug: QuestingQuokka | |
| name: "Questing Quokka" |
| url: "https://assets.ubuntu.com/v2/fe84bc06-questing_quokka_mascot_circle_bg.svg" | ||
| width: 1822 | ||
| height: 2182 |
There was a problem hiding this comment.
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16166 +/- ##
=======================================
Coverage 48.09% 48.09%
=======================================
Files 37 37
Lines 5842 5842
=======================================
Hits 2810 2810
Misses 3032 3032 🚀 New features to boost your workflow:
|
Automated update of releases.yaml