-
v0.1.117 Stable
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 therelease: vXcommit onto trunk withDo:fast-forward-only(under
the{project}-mergemutex the release branch is a linear descendant, so ff-only always succeeds),
so trunk ends at the release commit with noMerge 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 idiompipeline-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)
c071907568a1fix(release): land the release commit on trunk via ff-only, not Do:merge
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Release lands on trunk via fast-forward-only, not