From 29ca9e81ad02060d7889889ec3f04164378b4b36 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Fri, 20 Mar 2026 23:17:30 +0000 Subject: [PATCH] docs: record tagged-release validation fix --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 0844426..a428b29 100644 --- a/changelog.md +++ b/changelog.md @@ -18,6 +18,7 @@ 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