Skip to content

Appropriate exclusion of rl-next.md when officialRelease = true#16154

Open
aetosdios27 wants to merge 1 commit into
NixOS:masterfrom
aetosdios27:hide-rl-next-in-official-manual
Open

Appropriate exclusion of rl-next.md when officialRelease = true#16154
aetosdios27 wants to merge 1 commit into
NixOS:masterfrom
aetosdios27:hide-rl-next-in-official-manual

Conversation

@aetosdios27

Copy link
Copy Markdown

Motivation

The officialRelease flag is supposed to exclude rl-next.md from official manual builds. However, the upcoming-release entry was still included when officialRelease = true.

Context

The summary-generation step did not check the officialRelease flag directly. Instead, it checked whether the generated input file existed. Meson materialized that file even for official releases, so the check succeeded and included the upcoming-release entry.

This change checks the release mode directly when deciding whether to include the entry.

Closes #16135

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Manual incorrectly includes rl-next.md even with officialRelease = true;

1 participant