From 3ecebf5b403c546a5d00b13b1f8d5359b800502d Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Fri, 7 Aug 2026 17:57:29 -0700 Subject: [PATCH] changelog: mark 1.6.1 UNRELEASED so release.sh can date it release.sh dates the heading when it cuts the tag, and refuses a bare '## [1.6.1]' because it cannot tell an undated heading from one it has already stamped. Shipping a tag whose public changelog says UNRELEASED is permanent and cannot be corrected inside that tag, so the check is right to stop rather than guess. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e4d4d..6597984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.6.1] +## [1.6.1] — UNRELEASED ### Added