mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
feat(proxy): unify savings attribution across stats, perf, metrics, and dashboard
Changelog-only correction. The work shipped in commit31452426via PR #2976 but is absent from the generated CHANGELOG, because that commit's subject carried no Conventional Commit type: Unify savings attribution across stats, perf, metrics, and dashboard release-please rejects it with `unexpected token ' ' at 1:6` -- Unify is five characters, so position six is a space where the parser requires an opening parenthesis, a bang, or a colon. An unparseable commit is skipped silently, so the feature reached users with no changelog entry. This empty commit restores the entry. It changes no code;31452426remains the commit that carries the change. PR #3063 added a Conventional Commit gate on PR titles so this cannot recur: the repo squash-merges, so the PR title becomes the subject on main, and commitlint could never catch it because it lints the commits inside a PR rather than the title that replaces them. Refs: #2976
This commit is contained in:
parent
cbb950a441
commit
1b0b0b89a4