Skip to content

Update releases.yaml#16166

Open
immortalcodes wants to merge 3 commits intomainfrom
_releases_branch_2
Open

Update releases.yaml#16166
immortalcodes wants to merge 3 commits intomainfrom
_releases_branch_2

Conversation

@immortalcodes
Copy link
Copy Markdown
Member

@immortalcodes immortalcodes commented Mar 24, 2026

Automated update of releases.yaml

Copilot AI review requested due to automatic review settings March 24, 2026 11:40
@webteam-app
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 latest slug/name values.
  • Reformatted mascot_image_large entries to use an inline !image tag and changed the latest mascot image URL/dimensions.
  • Reordered several YAML keys/entries (e.g., checksum map ordering, previous_lts field order, wsl.version position).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 1 to +3
latest:
slug: QuestingQuokka
name: "Questing Quokka"
slug: QuestingQuokkas
name: "Questing Quokkas"
Copy link

Copilot AI Mar 24, 2026

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 to releases.yaml instead (or clarify in the PR description why the test fixture is being updated).

Copilot uses AI. Check for mistakes.
Comment on lines +2 to +3
slug: QuestingQuokkas
name: "Questing Quokkas"
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
slug: QuestingQuokkas
name: "Questing Quokkas"
slug: QuestingQuokka
name: "Questing Quokka"

Copilot uses AI. Check for mistakes.
Comment on lines +13 to +15
url: "https://assets.ubuntu.com/v2/fe84bc06-questing_quokka_mascot_circle_bg.svg"
width: 1822
height: 2182
Copy link

Copilot AI Mar 24, 2026

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.

Suggested change
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

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.09%. Comparing base (5563340) to head (684c308).

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants