docs: record unreleased template fixes
All checks were successful
Push Validation / validate (push) Successful in 1m44s

This commit is contained in:
Micheal Wilkinson
2026-03-20 23:24:39 +00:00
parent f96458344a
commit 8d9e15ca44

View File

@@ -9,6 +9,20 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
## [Unreleased] ## [Unreleased]
### Breaking
### Added
### Changed
### Removed
### Fixed
- Prepare now recreates the standard `Unreleased` section headers after promoting notes into a tagged release entry.
- First-release recommendation remains `v1.0.0` when no prior releases exist in the changelog.
- Do Release smoke validation now expects `--recommend` to fail on tagged release checkouts where `Unreleased` is intentionally empty.
## [0.1.0] - 2026-03-20 ## [0.1.0] - 2026-03-20
### Changed ### Changed
@@ -18,7 +32,6 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
### Fixed ### Fixed
- Publish action falls back to `git describe` when `inputs.version` is empty and `GITHUB_REF` is not a tag ref, resolving `workflow_call` input propagation failures in act runner v0.3.0. - Publish action falls back to `git describe` when `inputs.version` is empty and `GITHUB_REF` is not a tag ref, resolving `workflow_call` input propagation failures in act runner v0.3.0.
- Do Release smoke validation now expects `--recommend` to fail on tagged release checkouts where `Unreleased` is intentionally empty.
### Added ### Added