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-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new bb1b64a  Add the revision number to the files list
bb1b64a is described below

commit bb1b64a364b312966406cffd8115b8ef05b505e8
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Dec 29 20:24:24 2025 +0000

    Add the revision number to the files list
---
 atr/templates/check-selected.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/atr/templates/check-selected.html 
b/atr/templates/check-selected.html
index ed58cf0..0bb1534 100644
--- a/atr/templates/check-selected.html
+++ b/atr/templates/check-selected.html
@@ -108,9 +108,9 @@
       <h5 class="mb-0">
         Files
         {% if phase == "release_candidate_draft" %}
-          in this revision
+          in revision {{ revision_number }}
         {% else %}
-          in the release candidate
+          in the release candidate (revision {{ revision_number }})
         {% endif %}
       </h5>
     </div>


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

Reply via email to