This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f9a59f8  Try only filename in _extends release-drafter configuration
f9a59f8 is described below

commit f9a59f88d4e7371fd9c1b16ecec5a470d2736959
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Mar 29 13:43:13 2026 +0200

    Try only filename in _extends release-drafter configuration
---
 .github/release-drafter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index f508c30..26e561d 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-_extends: maven-gh-actions-shared:.github/release-drafter.yml
+_extends: maven-gh-actions-shared:release-drafter.yml
 tag-template: maven-changelog-plugin-$RESOLVED_VERSION

Reply via email to