docs: record unreleased template fixes
All checks were successful
Push Validation / validate (push) Successful in 1m44s
All checks were successful
Push Validation / validate (push) Successful in 1m44s
This commit is contained in:
15
changelog.md
15
changelog.md
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user