]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Release note preparation script: Remove `develop` as target branch
authorFreddy <schro.sb@gmail.com>
Sun, 28 May 2023 11:52:42 +0000 (13:52 +0200)
committerFreddy <schro.sb@gmail.com>
Sun, 28 May 2023 11:52:42 +0000 (13:52 +0200)
misc/infrastructure/prepare_releasenotes.py

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