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

sjaranowski pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 2dd56cc  Bump release drafter to 6.2.0
2dd56cc is described below

commit 2dd56ccbebd3f7e4e45d348254b9d179c766246a
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jan 25 11:50:40 2026 +0100

    Bump release drafter to 6.2.0
    
    As version 6.2.0 was released, we can switch to official distribution 
instead of copy in ASF
---
 .github/workflows/release-drafter.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/release-drafter.yml 
b/.github/workflows/release-drafter.yml
index 5085026..d7e5bb8 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -28,9 +28,9 @@ on:
         required: false
         type: string
         default: 'release-drafter.yml'
-      commits-since:
-        description: | 
-          A date in ISO format marking the initial commit for the release 
draft. This is applied only when no prior release is available.
+      initial-commits-since:
+        description: |
+          A date in ISO format (eg: '2025-06-18T10:29:51Z') marking the 
initial commit for the release draft. This is applied only when no prior 
release is available.
         required: false
         type: string
 
@@ -89,13 +89,13 @@ jobs:
       !startsWith(github.event.head_commit.message , '[maven-release-plugin] 
prepare for next development iteration')
 
     steps:
-      - uses: apache/maven-gh-actions-shared@release-drafter # temporary copy 
of the release-drafter action
+      - uses: 
release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97  # 
v6.2.0
         id: release-drafter
         with:
           config-name: ${{ inputs.config-name }}
           version: ${{ needs.detect-version.outputs.version }}
           commitish: ${{ github.ref }}
-          commits-since: ${{ inputs.commits-since }}
+          initial-commits-since: ${{ inputs.initial-commits-since }}
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 

Reply via email to