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 ae7bb82  Load the release policy through the correct sequence
ae7bb82 is described below

commit ae7bb82d39a79d1e30acd2b94c389c4b421a24ce
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Sep 9 19:22:33 2025 +0100

    Load the release policy through the correct sequence
---
 atr/storage/writers/announce.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/atr/storage/writers/announce.py b/atr/storage/writers/announce.py
index bcee9be..2563178 100644
--- a/atr/storage/writers/announce.py
+++ b/atr/storage/writers/announce.py
@@ -120,8 +120,7 @@ class CommitteeMember(CommitteeParticipant):
             version=version_name,
             phase=sql.ReleasePhase.RELEASE_PREVIEW,
             latest_revision_number=preview_revision_number,
-            _project=True,
-            _release_policy=True,
+            _project_release_policy=True,
             _revisions=True,
         ).demand(
             storage.AccessError(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to