From c17ee557cb691577aa92881f5157cbc2223499c6 Mon Sep 17 00:00:00 2001 From: Technici4n <13494793+Technici4n@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:31:49 +0100 Subject: [PATCH] Prepare 1.21.1 branch for more releases --- .github/workflows/release.yml | 3 +-- build.gradle | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bd14d719..3a4934778 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ name: Release on: push: - branches: [ "main" ] + branches: [ "1.21.1" ] permissions: contents: read @@ -25,4 +25,3 @@ jobs: GPG_SUBKEY: ${{ secrets.GPG_SUBKEY }} GPG_SUBKEY_ID: ${{ secrets.GPG_SUBKEY_ID }} GPG_SUBKEY_PASSWORD: ${{ secrets.GPG_SUBKEY_PASSWORD }} - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 2b43b9339..0c4540c8b 100644 --- a/build.gradle +++ b/build.gradle @@ -13,6 +13,7 @@ changelog { gradleutils.version { branches { suffixBranch() + suffixExemptedBranches = [ "main", "1.21.1" ] } }