-
v0.1.146 Stable
released this
2026-07-13 01:19:41 +00:00 | 624 commits to main since this releaseFixed
- devbump self-certifies its version-bump commit (unblocks status-check-protected trunks). The
"open next dev cycle" merge rides a CI-excluded_devbump/*branch, so it hit the same
branchProtection.security.statusCheck block as release-prepare — pipeline/ci never posted a status,
so the ff-merge 405'd, wedging every post-release devbump. The trusted devbump now posts
pipeline/ci=success on its commit before merging, across all four sites (pipeline-devbump.yaml + the
inline devbump in pipeline-promote{,-tag,-image}.yaml). Completes the release-path fix.
Included changes (v0.1.145 -> v0.1.146)
91b18777fc19docs(changelog): note devbump self-certify fix7b2f22575ccdfix(devbump): self-certify the version-bump commit on CI-excluded branch
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- devbump self-certifies its version-bump commit (unblocks status-check-protected trunks). The