This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 60688ce Also load projects on releases when announcing
60688ce is described below
commit 60688ce0c5ef64e0354a05442f152f9145be19be
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Sep 9 19:16:56 2025 +0100
Also load projects on releases when announcing
---
atr/storage/writers/announce.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/atr/storage/writers/announce.py b/atr/storage/writers/announce.py
index 2e044aa..bcee9be 100644
--- a/atr/storage/writers/announce.py
+++ b/atr/storage/writers/announce.py
@@ -120,6 +120,7 @@ class CommitteeMember(CommitteeParticipant):
version=version_name,
phase=sql.ReleasePhase.RELEASE_PREVIEW,
latest_revision_number=preview_revision_number,
+ _project=True,
_release_policy=True,
_revisions=True,
).demand(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]