docs(changelog): reverting aborted release
All checks were successful
Push Validation / validate (push) Successful in 52s
All checks were successful
Push Validation / validate (push) Successful in 52s
This commit is contained in:
18
changelog.md
18
changelog.md
@@ -18,22 +18,6 @@ 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.
|
- 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.
|
||||||
|
|
||||||
### 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
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Initial standalone releaseprep migration into vociferate.
|
- Initial standalone releaseprep migration into vociferate.
|
||||||
- Configurable version source and parser via `--version-file` and `--version-pattern`.
|
- Configurable version source and parser via `--version-file` and `--version-pattern`.
|
||||||
- Configurable changelog path via `--changelog`.
|
- Configurable changelog path via `--changelog`.
|
||||||
@@ -42,6 +26,8 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
|
|||||||
|
|
||||||
### Changed
|
### 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.
|
- 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
|
### Fixed
|
||||||
|
|||||||
Reference in New Issue
Block a user