feat: cache release binary in action

This commit is contained in:
Micheal Wilkinson
2026-03-20 19:28:02 +00:00
parent 5cb0010531
commit a413385c4e
4 changed files with 189 additions and 6 deletions

View File

@@ -11,6 +11,8 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
### Changed
- The composite action now downloads and caches a released Linux `vociferate` binary instead of installing Go and running the module source directly.
- Added workflow coverage for the released Linux binaries consumed by the composite action on both `amd64` and `arm64`.
- Release preparation now runs directly in the release workflow; the repository-local helper script and just recipe were removed.
- Release artifacts are now limited to `linux/amd64` and `linux/arm64` binaries plus `checksums.txt`.
- The CLI entrypoint, internal package paths, build outputs, and automation references now use the `vociferate` name instead of the earlier `releaseprep` naming.