• v0.1.12 6c4b00b2d7

    v0.1.12 Stable

    gitea_admin released this 2026-07-05 19:10:57 +00:00 | 236 commits to main since this release

    Fixed

    • ReleaseSubmitter stage 2 raced the projector. The cadence workflow was change-kind
      release, so the projector projected its Succeeded onto the declared CR before the
      submitter's verdict check — the terminal-phase guard then aborted, and stage 2 (or the
      Skipped close) never ran. The cadence now carries change-kind release-cadence (which the
      projector does not project); the submitter is the sole phase-writer for stage 1 and closes the
      CR explicitly on cadence Failed/legacy/unsupported-taxonomy paths.

    Included changes (v0.1.11 -> v0.1.12)

    • bd841aace215 Merge remote-tracking branch 'origin/trunk' into feat/change-model-phase2
    • cb6a55c50372 fix(change-model): cadence wf is change-kind release-cadence — submitter owns stage-1 phase (stage 2 no longer races the projector)
    Downloads