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 172b0539c Fix configuration for release-drafter on 3.5.x branch (#3290)
172b0539c is described below
commit 172b0539c9e6fc7ac9647ef6e20a73c40c3a0c47
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Mar 2 00:11:44 2026 +0100
Fix configuration for release-drafter on 3.5.x branch (#3290)
We have the same configuration for both branches master and 3.5.x.
As it will be first release notes on 3.5.x we need limit commits/PRs by
initial date.
---
.github/workflows/release-drafter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-drafter.yml
b/.github/workflows/release-drafter.yml
index f1335e761..fe305ddc0 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -26,4 +26,4 @@ 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
+ initial-commits-since: '2026-02-18T06:18:00Z' # start date of commits
which will be included in the release notes