This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-jar-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
The following commit(s) were added to refs/heads/maven-jar-plugin-3.x by this
push:
new 4466b47 Improve release-drafter configuration
4466b47 is described below
commit 4466b476274ddd3ac0435c8525c1d1530c6af7c6
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Mar 23 23:29:32 2025 +0100
Improve release-drafter configuration
---
.github/workflows/release-drafter.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/release-drafter.yml
b/.github/workflows/release-drafter.yml
index 5205f96..f192c79 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -21,8 +21,12 @@ name: Release Drafter
on:
push:
branches:
- - master
+ - maven-jar-plugin-3.x
+ workflow_dispatch:
+
jobs:
update_release_draft:
uses:
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4
+ with:
+ config-name: 'release-drafter-3.x.yml'