From 64a7b6d86bb9c0782424e86b2ebedb85929bb899 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Sat, 21 Mar 2026 14:24:18 +0000 Subject: [PATCH] docs: record vociferate changelog extraction --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9cb35..dea550d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect - Refactored `internal/vociferate` to use a constructor-backed service with injected filesystem, environment, and git dependencies while preserving the existing package-level API. - 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. ### Removed