From 4ae5bf015e13215bd151e74d0a3feaf0e49bcc74 Mon Sep 17 00:00:00 2001 From: Freddy Date: Sun, 28 May 2023 13:52:42 +0200 Subject: [PATCH] Release note preparation script: Remove `develop` as target branch --- misc/infrastructure/prepare_releasenotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/infrastructure/prepare_releasenotes.py b/misc/infrastructure/prepare_releasenotes.py index 4dd0cb95..ead0737b 100644 --- a/misc/infrastructure/prepare_releasenotes.py +++ b/misc/infrastructure/prepare_releasenotes.py @@ -32,7 +32,7 @@ MAIN_PROJECT_ID = 73434 # 73444: mediasource # 144002: xonotic.org EXCLUDED_PROJECT_IDS: list[int] = [73444, 144002] -TARGET_BRANCHES = ["master", "develop", "pending-release"] +TARGET_BRANCHES = ["master", "pending-release"] GROUP_NAME = "xonotic" BASEURL = "https://gitlab.com/api/v4" -- 2.39.2