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 72a8330 Add tag template and manual execution for release-drafter
72a8330 is described below
commit 72a833021b12e2eeb3019d52a1591529548830e3
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