-
Release v0.2.0 Stable
released this
2026-06-24 16:55:53 +02:00 | 1496 commits to main since this releaseFixed
-
runs_onis now a required workflow_call input on all 4 reusable workflows (_release-prep.yml/_release-draft.yml/_release-publish.yml/_manifest-check.yml). v0.1.0 hard-codedruns-on: docker, which isn't a valid label in most Forgejo runner configurations — including the one this toolkit was developed against — so the reusables would never schedule. Consumers MUST now specifyruns_on: <label>matching a runner label that exists in their Forgejo config. BREAKING for v0.1.0 consumers (no consumers existed at v0.1.0 release time, so practical blast radius is zero); updatewith:blocks to includeruns_on:when pinning to@v0.2.0. See docs/integration.md. -
Defensive newline normalization in
fragments.sh::categorize_fragments. Hard-wrapped fragment bullets (where authors wrap at ~70 chars instead of writing single-line bullets per docs/conventions.md) get collapsed to single-line bullets BEFORE the CHANGELOG.md / PR body / release body sees them. State machine preserves blank-line paragraph separators, code fences (including indented fences inside bullets), and column-0 unit boundaries. The convention indocs/conventions.mdis now defensive rather than advisory — authors who follow it still produce cleaner sources, authors who slip get correct output anyway.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-