Files
SubMiner/backlog/tasks/task-284 - Fix-CI-changelog-fragment-requirement-for-launcher-X11-MPV-fallback-change.md

1.4 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
id title status assignee created_date updated_date labels dependencies priority
TASK-284 Fix CI changelog fragment requirement for launcher X11 MPV fallback change Done
2026-04-05 22:21 2026-04-05 22:22
ci
changelog
high

Description

Current CI is failing in changelog:pr-check because PR changes release-relevant files but does not include a required entry under changes/ and lacks skip-changelog label. Add a release fragment describing the behavioral change and verify the CI gate passes.

Acceptance Criteria

  • #1 Add a correctly formatted changelog fragment under changes/ for the current change
  • #2 Run the local changelog PR check (or equivalent) with passing result
  • #3 Run required CI gate commands after change and confirm no regressions

Final Summary

Added changes/2026.04.05-mpv-x11-fallback.md with launcher release-note metadata so changelog:pr-check can pass. Verified local CI gate commands: bun run typecheck, bun run test:fast, bun run test:env, bun run build, bun run test:smoke:dist all passed. Ran manual PR changelog verification by invoking verifyPullRequestChangelog with current git diff plus the new fragment and confirmed it passes.