You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release pipeline rot: no releases, stale changelog, version drift between composer.json and git tags.
Evidence — the single most broken thing in this CI
autorelease.yml ("Generate Changelog and Create Release"): 30 of 30 most recent runs failed (2026-05-09 → 2026-06-14; 67 runs total). Zero releases are being produced from main.
Versioning depends on conventional commits, but nothing in CI enforces them (ramsey/conventional-commits sits unused in require-dev; no hooks exist — root package.json is {}).
Proposed fix
Repair the release job: derive the next version from tags (or assert composer.json version > latest v* tag as a pre-flight, failing with a clear message).
Add that version-vs-tag consistency assert as a PR check on release-relevant files (composer.json, autorelease.yml) — the regression guard.
PR-title-only conventional lint (amannn/action-semantic-pull-request@<sha> or equivalent): titles feed squash merges and the changelog. Commit-level linting is deliberately excluded — it false-positives on merge commits and this repo's own bot commits.
Effort
M
Acceptance criteria
Next push to main produces a green autorelease run and an actual GitHub release
Version-vs-tag pre-flight exists and blocks; PR-title lint blocks non-conventional titles
Proven: a test PR titled "wip lol" fails the title lint; a seeded composer.json version equal to an existing tag fails the pre-flight
Current score → target
Docs & release hygiene: coverage 4/5, enforcement 4/5 → 5/5.
Defect class prevented
Release pipeline rot: no releases, stale changelog, version drift between composer.json and git tags.
Evidence — the single most broken thing in this CI
autorelease.yml("Generate Changelog and Create Release"): 30 of 30 most recent runs failed (2026-05-09 → 2026-06-14; 67 runs total). Zero releases are being produced from main.v0.10.0(composer.json version out of sync with tags). fix(ci): repair core service workflows #217's fix did not cure it — failures continue after 2026-06-07.ramsey/conventional-commitssits unused in require-dev; no hooks exist — root package.json is{}).Proposed fix
composer.jsonversion > latestv*tag as a pre-flight, failing with a clear message).amannn/action-semantic-pull-request@<sha>or equivalent): titles feed squash merges and the changelog. Commit-level linting is deliberately excluded — it false-positives on merge commits and this repo's own bot commits.Effort
M
Acceptance criteria
Cross-references: #290, #328, #304, #243.
Filed by an automated CI/CD verification-coverage audit (OpenSSF Scorecard baseline: aggregate 6.0/10, local mode — SAST 0, Fuzzing 0, Token-Permissions 0, Pinned-Dependencies 5, Vulnerabilities 4). Audit method: inventory → gap analysis → git-history evidence mining → 3-iteration adversarial critique loop.
Generated by Claude Code