From 138cca7b917ddbca699f194146c22916b55a6159 Mon Sep 17 00:00:00 2001 From: Freddy Date: Sun, 28 May 2023 13:40:23 +0200 Subject: [PATCH] Release note preparation script: exclude mediasource and xonotic.org --- misc/infrastructure/prepare_releasenotes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/infrastructure/prepare_releasenotes.py b/misc/infrastructure/prepare_releasenotes.py index e23374bd..4dd0cb95 100644 --- a/misc/infrastructure/prepare_releasenotes.py +++ b/misc/infrastructure/prepare_releasenotes.py @@ -29,7 +29,9 @@ MR_TYPE_PREFIX = "MR Content: " MR_SIZE_PREFIX = "MR Size::" MAIN_PROJECT_ID = 73434 -EXCLUDED_PROJECT_IDS: list[int] = [] +# 73444: mediasource +# 144002: xonotic.org +EXCLUDED_PROJECT_IDS: list[int] = [73444, 144002] TARGET_BRANCHES = ["master", "develop", "pending-release"] GROUP_NAME = "xonotic" -- 2.39.2