-
Release v0.14.0
Stablereleased this
2026-06-27 15:16:03 +02:00 | 1310 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
Release v0.13.1
Stablereleased this
2026-06-27 13:44:53 +02:00 | 1318 commits to main since this releaseFixed
- check-self-bootstrap: normalize build-bake marker line before compare
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.13.0
Stablereleased this
2026-06-27 12:00:03 +02:00 | 1323 commits to main since this releaseAdded
- Build-bake mechanism: release-prep.sh rewrites a marker-anchored
ref:in_release.ymland_manifest-check.ymlto the next-cut version, construction-enforcing the consistency between consumeruses: @<ref>and the toolkit checkout step (Phase 1 of release-toolkit#148).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Build-bake mechanism: release-prep.sh rewrites a marker-anchored
-
Release v0.12.0
Stablereleased this
2026-06-27 10:53:17 +02:00 | 1331 commits to main since this releaseAdded
- auto-prune superseded -rc.N tags after cut (closes #153)
Fixed
- prune-rc-tags: self-pin exclusion (closes #167)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Release v0.11.0
Stablereleased this
2026-06-27 00:53:47 +02:00 | 1338 commits to main since this releaseAdded
- Structural backstop for self-bootstrap re-pin (#124): new
scripts/check-self-bootstrap.sh+.forgejo/workflows/check-self-bootstrap.ymlautomate the AGENTS.md §2 mechanism-of-touch discipline. The check fails red when compose-scripts onmaindiffer from the pinnedtoolkit_ref's content; surfaces the gap on PR + push:main, forcing operator engagement BEFORE the next cut. Converts the discipline-engagement-at-action-time gap (Surveyor 116b framing) from a remember-to-do into an automated check-or-fail.
Fixed
- BUG-CLASS FIX (#139): path-α cut workflow self-cancel noise eliminated. Primary fix:
paths-ignore: [.release-toolkit-manifest.json]on the consumer release.yml push trigger — the cut path's own manifest commit no longer fires a new workflow run, so there's nothing to cancel the in-flight cut. Defense-in-depth: stale-rolling-PR-cleanup re-ordered to BEFORE the manifest mechanism so any future cancellation (e.g., from an unrelated push during cut) interrupts no load-bearing post-step work. integration.md quick-start template + workflows.bats regression guard updated to ensure consumers get the fix.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Structural backstop for self-bootstrap re-pin (#124): new
-
Release v0.10.3
Stablereleased this
2026-06-26 23:30:37 +02:00 | 1344 commits to main since this releaseFixed
- BUG FIX (#140):
manifest-precheck.shis now remote-aware. The v0.10.x idempotency design (#128/#131) read the manifest from the workflow's local checkout, which missed the case where a prior cut workflow run substantively completed (manifest commit landed on remote main) then got cancelled mid-flight (path-α self-cancel per #139). A manual re-run then saw the pre-cut local manifest, computed "proceed", and tripped on a non-fast-forward push. Fix: check remote main's manifest first viagit show origin/main:PATH; fall back to local for first-cut bootstrap + tests. Completes the partial-completion matrix Surveyor 4a44 called out.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- BUG FIX (#140):
-
Release v0.10.2
Stablereleased this
2026-06-26 23:02:01 +02:00 | 1348 commits to main since this releaseAdded
- Test-seams + docs sprint: bats coverage for
read_rolling_pr_bump_label(#122),manifest-precheck.shextraction with full bats coverage (#134),secrets: inheritdocumented in integration.md quick-start + workflows.bats regression guard (#135). +17 new bats tests; 343/343 green. Closes #122, #134, #135.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Test-seams + docs sprint: bats coverage for
-
Release v0.10.1
Stablereleased this
2026-06-26 22:20:25 +02:00 | 1352 commits to main since this releaseAdded
- Idempotent cut pipeline (#128):
draft-release.shpre-checks for an existing release at the target tag + skips clean if it matches expected state (or fails loud if state differs); manifest update step pre-checks iflast_released_sha == HEAD_SHA+ skips the commit+push if the manifest is already current. Recovers cleanly from re-runs after Forgejo Actions cancellations (the v0.10.0 cut artifact).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Idempotent cut pipeline (#128):
-
Release v0.10.0
Stablereleased this
2026-06-26 18:33:05 +02:00 | 1359 commits to main since this releaseChanged
- BREAKING-ish (pre-1.0 minor bump):
publish_modeworkflow input default shifted fromdrafttoimmediate. Cuts now publish directly without operator Gate-3 click by default; consumers wanting the draft-first ceremony opt in viapublish_mode: 'draft'. ADR-0003 amended to document the default shift while preserving Gate-3 as an opt-in primitive.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- BREAKING-ish (pre-1.0 minor bump):
-
Release v0.9.0
Stablereleased this
2026-06-26 18:08:33 +02:00 | 1365 commits to main since this releaseAdded
- Rolling-PR
bump/*label-override (#107): label namespace switched frombump:patch|minor|major(colon) tobump/patch|minor|major(slash) to enable Forgejo's exclusive-label group behavior. Newscripts/setup-bump-labels.shhelper provisions the labels with the exclusive flag. Documented indocs/integration.md; README's bump-signals table flipped from "planned" to live.
Fixed
- v0.8.1 sprint bundles three items: (a) carry-forward fix for
OWNER/REPOunbound variable on path-α stale-cleanup step (v0.8.0 cut catch), (b) #113 auto-assign manifest follow-up PR to rolling-PR merger (γ-only scope per ADR-0007), (c) #114 configurable publish mode (draftdefault preserves ADR-0003 Gate-3;immediateopts-in via workflow input). Closes #113 + #114.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Rolling-PR