From 9da7a251b2ab55e21fb10d3fcb6e1c4520b60110 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 18:52:34 +0000 Subject: [PATCH] refactor(changelog): update unreleased since v1.0.0 --- changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelog.md b/changelog.md index d1068d2..c7bd75f 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,23 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect ## [Unreleased] +### Breaking + +### Added + +- Reusable `workflow_call` support for the `Prepare Release` workflow, enabling other repositories to invoke it directly. +- Automated release artifact publishing in the release workflow for `darwin`, `linux`, and `windows` binaries plus `checksums.txt`. +- README guidance for release artifacts and examples for reusing vociferate as a composite action or reusable workflow. + +### Changed + +- Release creation is now idempotent: existing releases for the same tag are updated in place instead of recreated. +- Release asset uploads now replace existing assets with matching filenames so reruns stay synchronized. + +### Fixed + +### Removed + ## [1.0.0] - 2026-03-20 ### Breaking