This is an automated email from the ASF dual-hosted git repository.
slawekjaranowski pushed a commit to branch maven-clean-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/maven-clean-plugin-3.x by this
push:
new 75a25a0 Add release-drafter configuration for 3.x branch
75a25a0 is described below
commit 75a25a022382a59104cece966927ce8742daed37
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Jun 25 19:00:42 2026 +0200
Add release-drafter configuration for 3.x branch
---
.github/{workflows => }/release-drafter.yml | 14 ++------------
.github/workflows/release-drafter.yml | 2 --
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/release-drafter.yml b/.github/release-drafter.yml
similarity index 70%
copy from .github/workflows/release-drafter.yml
copy to .github/release-drafter.yml
index dd16ec6..dc6a179 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -14,16 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-
-name: Release Drafter
-on:
- push:
- branches:
- - maven-clean-plugin-3.x
- workflow_dispatch:
-jobs:
- update_release_draft:
- uses:
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@dependabot/github_actions/v4/release-drafter/release-drafter-7.5.1
- with:
- config-name: 'release-drafter-3.x.yml'
+_extends: maven-gh-actions-shared
+tag-template: maven-clean-plugin-$RESOLVED_VERSION
diff --git a/.github/workflows/release-drafter.yml
b/.github/workflows/release-drafter.yml
index dd16ec6..d7059a7 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@dependabot/github_actions/v4/release-drafter/release-drafter-7.5.1
- with:
- config-name: 'release-drafter-3.x.yml'