From 48feb272776f12271df57c61fa35d1cb2dfaa8fa Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 21 Aug 2026 23:07:34 +0100 Subject: [PATCH] changelog: align 1.0.8-rc1 section title with release workflow The Forgejo release workflow validates the section title against the channel derived from tag parity: '[TAG] - stable', '[TAG] - preview', or '[TAG] - unstable'. The 2026-08-21 entry broke the validation with '## [1.0.8-rc1] - 2026-08-21' (date suffix instead of channel). Move the date into the body of the section (it is already mentioned in the 'Fixed' subsection) and use '## [1.0.8-rc1] - unstable' to match the 1.0.6 / 1.0.7 convention. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58025e46..e2a446a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Cette convention est partagée avec le dépôt [`postit-debian`](https://forgejo.pschneider.fr/notazof/postit-debian) pour la production des paquets `.deb`. -## [1.0.8-rc1] - 2026-08-21 +## [1.0.8-rc1] - unstable ### Added - `BlogAclApiTests.PostCircleAuthorization_returns_201_when_payload_mirrors_PostIt_shape_against_existing_circle_named_test`