From 3af9abc752ec5adacb061e09edefccc1cd473baa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 28 Feb 2026 23:01:19 +0100 Subject: [PATCH] Add "Hide previous releases from front page" release TODO item This was forgotten for the last couple of releases because it wasn't documented here, so add it. --- docs/contributing/how-to-release.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing/how-to-release.md b/docs/contributing/how-to-release.md index 707540456d..242150c90d 100644 --- a/docs/contributing/how-to-release.md +++ b/docs/contributing/how-to-release.md @@ -125,7 +125,9 @@ Update https://www.wxwidgets.org: anything else, the page will dynamically show the release files with the specified prefixes). * Add a news item. Usually a news item is enough but something - more can be called for major releases + more can be called for major releases. +* Also add `promoted: false` to the front matter of the previous release + post, as it's not useful to show it on the front page any more. * Push the changes (or create the PR with them) to GitHub. Note that this will trigger the site rebuild which will fail if the release statistics are not available yet, so make sure to publish the release on GitHub first (or wait