From f26e96f0b485840b3b64f9257832a315b349d56d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:08:45 +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 f10d2568..d236b48b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -26,6 +26,6 @@ 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 560a1f3a7020c5e5c2503dfba195add6a1e94862 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 Jul 2026 19:21:56 +0200 Subject: [PATCH 2/2] Update release drafter configuration --- .github/release-drafter.yml | 21 +++++++++++++++++++++ .github/workflows/release-drafter.yml | 2 -- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 00000000..43391b69 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,21 @@ + + +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +_extends: maven-gh-actions-shared +tag-template: maven-plugin-testing-$RESOLVED_VERSION diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d236b48b..135f088d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -27,5 +27,3 @@ 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'