From 50f0d57a13565fcbd4f12719cd7e280aa1505773 Mon Sep 17 00:00:00 2001 From: Technici4n <13494793+Technici4n@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:23:34 +0100 Subject: [PATCH] Prepare 1.21.3 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..c5150806c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ name: Release on: push: - branches: [ "main" ] + branches: [ "1.21.3" ] 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..8b5f73a69 100644 --- a/build.gradle +++ b/build.gradle @@ -13,6 +13,7 @@ changelog { gradleutils.version { branches { suffixBranch() + suffixExemptedBranches = [ "main", "1.21.3" ] } }