refactor: rename releaseprep to vociferate

This commit is contained in:
Micheal Wilkinson
2026-03-20 19:16:51 +00:00
parent 7a5b371539
commit 8fefbf1997
11 changed files with 99 additions and 67 deletions

View File

@@ -9,6 +9,11 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
## [Unreleased]
### Changed
- The CLI entrypoint, internal package paths, build outputs, and automation references now use the `vociferate` name instead of the earlier `releaseprep` naming.
- The release workflow and composite action now treat a provided `version` as an override and otherwise fall back to the recommended next version automatically.
## [1.0.0] - 2026-03-20
### Breaking
@@ -18,7 +23,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
- 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.
- Initial standalone releaseprep migration into vociferate.
- Initial standalone vociferate migration from its earlier internal naming.
- Configurable version source and parser via `--version-file` and `--version-pattern`.
- Configurable changelog path via `--changelog`.
- Composite action (`action.yml`) for release preparation and recommendation flows.