From 8d9e15ca44796e756bf45405ab4d8e2db8f1276c Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 23:24:39 +0000 Subject: [PATCH] docs: record unreleased template fixes --- changelog.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a428b29..d7a8aa7 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,20 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect ## [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 ### Changed @@ -18,7 +32,6 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect ### 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. -- Do Release smoke validation now expects `--recommend` to fail on tagged release checkouts where `Unreleased` is intentionally empty. ### Added