This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch surefire-3.5.x
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/surefire-3.5.x by this push:
new 857940eb7 setup release drafter for branch 3.5.x
857940eb7 is described below
commit 857940eb7880fc016f7dc26573b6dc538013f877
Author: Olivier Lamy <[email protected]>
AuthorDate: Tue Feb 24 10:20:27 2026 +1000
setup release drafter for branch 3.5.x
Signed-off-by: Olivier Lamy <[email protected]>
---
.github/workflows/release-drafter.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release-drafter.yml
b/.github/workflows/release-drafter.yml
index 96eaa60a0..f1335e761 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -14,14 +14,16 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-
+
name: Release Drafter
on:
push:
branches:
- - master
+ - surefire-3.5.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'
\ No newline at end of file