From 72db9cd67b83c44f1dfcc157edea59d238b924d9 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Sat, 13 Jul 2024 15:38:07 +0200 Subject: [PATCH] doc/release-notes: link the upcoming release notes again The insertion marker comment broke the list into two parts, the first containing only the link to the upcoming release notes and the second the past releases. This confused the generator, leading to the first part being discarded. Indent the marker comment so that it's syntactically part of the preceding item, and in particular doesn't split the list any more. Change-Id: I357c51bb03e4e0d79a76d30158615fd9eda95ea8 --- doc/manual/src/SUMMARY.md | 2 +- releng/release_notes.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/src/SUMMARY.md b/doc/manual/src/SUMMARY.md index 98042ee9f..2cf28aa91 100644 --- a/doc/manual/src/SUMMARY.md +++ b/doc/manual/src/SUMMARY.md @@ -196,7 +196,7 @@ - [C++ style guide](contributing/cxx.md) - [Release Notes](release-notes/release-notes.md) - [Upcoming release](release-notes/rl-next.md) - + - [Lix 2.90 (2024-07-10)](release-notes/rl-2.90.md) - [Nix 2.18 (2023-09-20)](release-notes/rl-2.18.md) - [Nix 2.17 (2023-07-24)](release-notes/rl-2.17.md) diff --git a/releng/release_notes.py b/releng/release_notes.py index 0861e8d4e..a7fd64b08 100644 --- a/releng/release_notes.py +++ b/releng/release_notes.py @@ -16,7 +16,7 @@ def add_to_summary(date: str): if VERSION_RL.exists(): return - MARKER = '