-
v0.1.24 Stable
released this
2026-07-03 20:07:55 +00:00 | 1232 commits to main since this releaseFixed
- pipeline-deploy-ibmi: staging-read race + devbump false-refusal (found by the very first
live deploy, rpg-lemonade v0.1.4). (1) The promote step now holds thepub400-ibmi-compile
mutex instead of a deploy-private one — CRTDUPOBJ reads the staging library that every build
rewrites, and the post-release devbump build's clean-slate DLTPGM deleted LEMONADE mid-promote
(CPF2105). (2) The integrity gate now tolerates release-equivalent rebuilds: on OBJCREATED
drift it promotes iffgit diff <release-sha>..stagingexcluding VERSION/CHANGELOG.md is
empty (the devbump rebuild recompiles identical source); real source drift still refuses with
"re-ship".
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- pipeline-deploy-ibmi: staging-read race + devbump false-refusal (found by the very first