docs(changelog): Revert aborted 1.0 release

This commit is contained in:
Micheal Wilkinson
2026-03-20 19:18:53 +00:00
parent 8fefbf1997
commit fd7660721a

View File

@@ -13,13 +13,9 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
- The CLI entrypoint, internal package paths, build outputs, and automation references now use the `vociferate` name instead of the earlier `releaseprep` naming. - 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. - The release workflow and composite action now treat a provided `version` as an override and otherwise fall back to the recommended next version automatically.
- Release creation is now idempotent: existing releases for the same tag are updated in place instead of recreated.
## [1.0.0] - 2026-03-20 - Release asset uploads now replace existing assets with matching filenames so reruns stay synchronized.
- Release recommendation now forces a major version bump whenever a `### Breaking` heading is present in `## [Unreleased]`, even if the section has no bullet entries yet.
### Breaking
### Added
- Reusable `workflow_call` support for the `Prepare Release` workflow, enabling other repositories to invoke it directly. - 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`. - 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. - README guidance for release artifacts and examples for reusing vociferate as a composite action or reusable workflow.
@@ -28,13 +24,3 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
- Configurable changelog path via `--changelog`. - Configurable changelog path via `--changelog`.
- Composite action (`action.yml`) for release preparation and recommendation flows. - Composite action (`action.yml`) for release preparation and recommendation flows.
- Gitea workflows for push validation and manual release preparation. - Gitea workflows for push validation and manual release preparation.
### 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.
- Release recommendation now forces a major version bump whenever a `### Breaking` heading is present in `## [Unreleased]`, even if the section has no bullet entries yet.
### Fixed
### Removed