]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Release note preparation script: exclude mediasource and xonotic.org
authorFreddy <schro.sb@gmail.com>
Sun, 28 May 2023 11:40:23 +0000 (13:40 +0200)
committerFreddy <schro.sb@gmail.com>
Sun, 28 May 2023 11:40:23 +0000 (13:40 +0200)
misc/infrastructure/prepare_releasenotes.py

index e23374bd85fa64cb6403c953f32b93aa0b10ffed..4dd0cb95fab650ca575d4cff0300e2059b8ca0f8 100644 (file)
@@ -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"