This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new da027bb59 Update release_notes.py
da027bb59 is described below
commit da027bb5902d0851206ee181befd7b56f4d77662
Author: reiabreu <[email protected]>
AuthorDate: Tue Jun 3 10:41:04 2025 +0100
Update release_notes.py
Removing an unnecessary line that is ending up in the release notes
---
dev-tools/release_notes.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-tools/release_notes.py b/dev-tools/release_notes.py
index a0d79a9c0..3862ac51c 100755
--- a/dev-tools/release_notes.py
+++ b/dev-tools/release_notes.py
@@ -47,7 +47,6 @@ owner = "apache"
repo = "storm"
milestone = sys.argv[1] # Milestone ID
-print(f"Fetching issues for milestone with id= '{milestone}'...")
headers = {
"Authorization": f"Bearer {GITHUB_TOKEN}",