From ee274602a8b4b3eb92a1c95aca451b1da5ef1a62 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Sat, 21 Mar 2026 14:50:32 +0000 Subject: [PATCH] docs: clarify runtime action refactor --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5d7d9..b6c511f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect - Added matching local validation targets in `justfile` for formatting, module hygiene, tests, and security checks. - `decorate-pr` now reads Unreleased changelog content through the `vociferate` Go CLI instead of maintaining separate shell parsing logic in the composite action. - `publish` now extracts tagged release notes through the `vociferate` Go CLI instead of duplicating changelog section parsing in shell. -- Composite actions now share a centralized `run-vociferate` orchestration flow, with runtime resolution, caching, binary download, and binary-versus-source execution delegated through nested composite actions instead of standalone helper scripts. +- Composite actions now share a centralized `run-vociferate` orchestration flow, with binary-versus-source execution delegated through shared composite actions and single-use runtime/download logic folded back into `run-vociferate.binary`. ### Removed