From baf0080bc75c92cee656a0c15b4df78f341af683 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 8 Jun 2026 13:43:17 +0100 Subject: [PATCH] Add changelog Co-Authored-By: Claude Opus 4.8 --- changelog.d/0.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/0.misc diff --git a/changelog.d/0.misc b/changelog.d/0.misc new file mode 100644 index 0000000000..b4c47c3540 --- /dev/null +++ b/changelog.d/0.misc @@ -0,0 +1 @@ +Allow naming changelog files `0.` as a placeholder when pushing from a branch in the main repo; CI renames them to the PR number automatically.