From 9a91c70e5d85e42a21592efa0025a9a0763d381e Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Sat, 21 Mar 2026 14:34:27 +0000 Subject: [PATCH] docs: record runtime centralization changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dea550d..de04290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect - Hardened `prepare-release` validation to enforce formatting checks, module hygiene, `gosec`, and `govulncheck` before preparing a release. - 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 runtime-resolution and binary-download path, with binary versus source execution selected through step-level `if` conditions where supported. ### Removed