This is an automated email from the ASF dual-hosted git repository. sjaranowski 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 a70d2e4 Use global release-drafter configuration a70d2e4 is described below commit a70d2e4e3d79ea26cf36bb0f513c0c250862000c Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Feb 1 15:32:41 2025 +0100 Use global release-drafter configuration --- .github/workflows/release-drafter.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index aad6926..1250e0a 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@v4 - with: - config-name: 'release-drafter-3.x.yml'