From 5309e8737ba7a4f44d9780400ff9e9ac8fbe9236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:22:53 +0000 Subject: [PATCH 1/2] Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml Bumps [apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5. - [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5) --- updated-dependencies: - dependency-name: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 77432128..b6d6f8f7 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -24,7 +24,7 @@ on: jobs: update_release_draft: - uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4 + uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v5 with: config-name: 'release-drafter-3.x.yml' From 8c455271069072614fbab51cac9975af0ae9ed0e Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 28 Jul 2026 00:09:02 +0200 Subject: [PATCH 2/2] Update Release Drafter configuration to use custom tag template and remove unused config-name --- .github/release-drafter.yml | 1 + .github/workflows/release-drafter.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 387b9ca2..529daf67 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -16,3 +16,4 @@ # under the License. _extends: maven-gh-actions-shared +tag-template: maven-deploy-plugin-$RESOLVED_VERSION diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index b6d6f8f7..91bb179a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -25,6 +25,4 @@ on: jobs: update_release_draft: uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v5 - with: - config-name: 'release-drafter-3.x.yml'