From: Freddy Date: Sun, 28 May 2023 11:40:23 +0000 (+0200) Subject: Release note preparation script: exclude mediasource and xonotic.org X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=138cca7b917ddbca699f194146c22916b55a6159;p=xonotic%2Fxonotic.git Release note preparation script: exclude mediasource and xonotic.org --- 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"