From 69ec284c9b9de48d4543249e101b867dbd6cc5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:01:58 +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 4f09f1c..bd8f2ec 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -24,6 +24,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 23139422cf1f20b835f8505811074bf0871057c7 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 31 Jul 2026 18:47:05 +0200 Subject: [PATCH 2/2] Update configuration --- .github/release-drafter.yml | 19 +++++++++++++++++++ .github/workflows/release-drafter.yml | 2 -- 2 files changed, 19 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 0000000..05456c1 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,19 @@ +# 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-source-plugin-$RESOLVED_VERSION diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index bd8f2ec..11a481d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -25,5 +25,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'