• v0.1.117 9df9b9228c

    v0.1.117 Stable

    pipeline-bot released this 2026-07-09 18:41:11 +00:00 | 755 commits to main since this release

    • Release lands on trunk via fast-forward-only, not Do:merge (cadence removal, step 1). The
      release-prep step now merges the release: vX commit onto trunk with Do:fast-forward-only (under
      the {project}-merge mutex the release branch is a linear descendant, so ff-only always succeeds),
      so trunk ends at the release commit with no Merge PR 'release vX' merge commit. The released
      sha is the trunk tip, making promote's is-ancestor gate trivially true and removing the
      merge-commit shape a reverter could strand. Same ff-only idiom pipeline-promote/pipeline-deploy
      already use for push-protected branches. First step toward removing the scheduled-cadence concept
      entirely (releases are pipectl-driven).

    Included changes (v0.1.116 -> v0.1.117)

    • c071907568a1 fix(release): land the release commit on trunk via ff-only, not Do:merge
    Downloads