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 fca27aa Change the site warning banner
fca27aa is described below
commit fca27aa4ba049a942004d86e316108f733e98158
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon May 5 16:31:46 2025 +0100
Change the site warning banner
---
atr/templates/layouts/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/templates/layouts/base.html b/atr/templates/layouts/base.html
index 3148f47..2514c46 100644
--- a/atr/templates/layouts/base.html
+++ b/atr/templates/layouts/base.html
@@ -40,7 +40,7 @@
<main class="main-content">
{% if (not current_user) or (current_user.uid != "sbp") %}
<div class="warning-banner">
- <strong>Pre-release Software:</strong> ATR is actively being
developed. You cannot make releases.
+ <strong>Pre-release Software:</strong> ATR is being shared for
feedback. You can only make test releases.
</div>
{% endif %}
{% from "macros/flash.html" import render_flash_messages %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]