This is an automated email from the ASF dual-hosted git repository.
slawekjaranowski pushed a commit to branch maven-clean-plugin-3.6.x
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/maven-clean-plugin-3.6.x by
this push:
new fd287aa Disable `filter-by-commitish` in release-drafter configuration
fd287aa is described below
commit fd287aa2a4b4878a6de6f489bf28d4edd6cd11c5
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jul 11 10:36:56 2026 +0200
Disable `filter-by-commitish` in release-drafter configuration
---
.github/release-drafter.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index dc6a179..bb2ef1b 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -17,3 +17,6 @@
_extends: maven-gh-actions-shared
tag-template: maven-clean-plugin-$RESOLVED_VERSION
+
+filter-by-commitish: false
+