This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git
The following commit(s) were added to refs/heads/main by this push:
new 7c68467 Make the warning less dire
7c68467 is described below
commit 7c68467987df80be99c89b7553f3e28728d073f7
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Feb 18 12:43:25 2025 -0800
Make the warning less dire
---
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 67dca38..f3a43cf 100644
--- a/atr/templates/layouts/base.html
+++ b/atr/templates/layouts/base.html
@@ -43,7 +43,7 @@
<div class="main-container">
<main class="main-content">
<div class="warning-banner">
- <strong>Pre-release Software:</strong> ATR is under active
development and not yet officially released. Use at your own risk.
+ <strong>Pre-release Software:</strong> ATR is actively being
developed. You cannot make releases.
</div>
{% block content %}
{% endblock content %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]