mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
Fixes the Release Please pipeline so it emits v0.32.0 — pip/Docker/npm are out of sync because 0.32.0 was never actually released. Root cause: #2175 (a fix(deps) PR) bumped pyproject + the RP manifest to 0.32.0 out-of-band, so release-please reads 0.32.0 as 'current' and computes the next release as 0.33.0 (#1923), skipping 0.32.0 — which was never tagged/published (last real release is v0.31.0). The plugin/marketplace manifests were left at 0.31.0, so version state was split-brained too. Fix (mirrors #1916): realign every version-tracked file + the RP manifest to the last real release, 0.31.0, via scripts/version-sync.py. release-please then sees manifest=0.31.0 + releasable commits since v0.31.0 and rewrites its release PR to 'chore: release 0.32.0'; merging that tags v0.32.0 and fires release:published -> PyPI + npm + Docker publish together, back in sync. Versions only, no code change. |
||
|---|---|---|
| .. | ||
| headroom-agent-hooks | ||
| headroom-oauth2 | ||
| hermes | ||
| openclaw | ||
| opencode | ||