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

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

commit eb6927c49aca70950ab438805e70b56666356b1f
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Mar 26 22:22:15 2026 +0100

    Add tag template and manual execution for release-drafter
---
 .github/release-drafter.yml           | 1 +
 .github/workflows/release-drafter.yml | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 387b9ca..58b8d62 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -16,3 +16,4 @@
 # under the License.
 
 _extends: maven-gh-actions-shared
+tag-template: maven-changelog-plugin-$RESOLVED_VERSION
diff --git a/.github/workflows/release-drafter.yml 
b/.github/workflows/release-drafter.yml
index 1049eaa..96eaa60 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -20,6 +20,8 @@ on:
   push:
     branches:
       - master
+  workflow_dispatch:
+
 jobs:
    update_release_draft:
       uses: 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4

Reply via email to