From: Freddy Date: Sun, 28 May 2023 11:52:42 +0000 (+0200) Subject: Release note preparation script: Remove `develop` as target branch X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4ae5bf015e13215bd151e74d0a3feaf0e49bcc74;p=xonotic%2Fxonotic.git Release note preparation script: Remove `develop` as target branch --- 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"