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-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new 38db71f  #220 Adjust platform names
38db71f is described below

commit 38db71fd8715a8a9e71c20fc2245c27a68d7328d
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Oct 6 10:40:37 2025 -0700

    #220 Adjust platform names
---
 .asf.yaml                          | 2 +-
 Alpha-signup.md                    | 2 +-
 NOTICE                             | 2 +-
 README.md                          | 4 ++--
 atr/models/sql.py                  | 2 +-
 atr/server.py                      | 2 +-
 atr/templates/index-committer.html | 2 +-
 atr/templates/index-public.html    | 4 ++--
 atr/templates/tutorial.html        | 2 +-
 pyproject.toml                     | 4 ++--
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 72c046b..6a0053f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,5 +1,5 @@
 github:
-  description: "Apache Trusted Release Platform"
+  description: "Apache Trusted Releases"
   homepage: https://tooling.apache.org/
   del_branch_on_merge: true
   features:
diff --git a/Alpha-signup.md b/Alpha-signup.md
index 6fb89f8..6220873 100644
--- a/Alpha-signup.md
+++ b/Alpha-signup.md
@@ -5,7 +5,7 @@ that we are properly considering every project's release 
policies and workflows
 continue development.
 
 You can provide feedback via
-1. https://github.com/apache/tooling-trusted-release/issues
+1. https://github.com/apache/tooling-trusted-releases/issues
 2. mailto:[email protected]
 3. asf slack - #apache-trusted-releases
 
diff --git a/NOTICE b/NOTICE
index 4bcd1ac..8ddc272 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Trusted Release (ATR)
+Apache Trusted Releases (ATR)
 
 Copyright 2025 The Apache Software Foundation
 
diff --git a/README.md b/README.md
index dc546e0..125a4ce 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Trusted Release (ATR)
+# Apache Trusted Releases (ATR)
 
 <a 
href="https://github.com/apache/tooling-trusted-release/actions/workflows/build.yml?query=branch%3Amain";><img
 alt="Build & Tests" 
src="https://github.com/apache/tooling-trusted-release/actions/workflows/build.yml/badge.svg?branch=main";
 /></a>
 <a 
href="https://github.com/apache/tooling-trusted-release/blob/main/LICENSE";><img 
alt="Apache License" 
src="https://img.shields.io/github/license/apache/tooling-trusted-release"; 
/></a>
@@ -17,7 +17,7 @@ The code is provided without guarantees regarding stability, 
security, or backwa
 
 ## Purpose
 
-This code is intended to help ASF Tooling develop the [Apache Trusted 
Release](https://github.com/apache/tooling-docs/blob/main/apache-trusted-release/requirements.md)
 platform.
+This code is intended to help ASF Tooling develop the [Apache Trusted 
Releases](https://github.com/apache/tooling-docs/blob/main/apache-trusted-releases/requirements.md)
 platform.
 
 ## License
 
diff --git a/atr/models/sql.py b/atr/models/sql.py
index 79a2ea2..01e7581 100644
--- a/atr/models/sql.py
+++ b/atr/models/sql.py
@@ -553,7 +553,7 @@ On behalf of the Apache [COMMITTEE] project team,
 
 I'd like to call a vote on releasing the following artifacts as
 Apache [PROJECT] [VERSION]. This vote is being conducted using an
-Alpha version of the Apache Trusted Release(s) (ATR) platform.
+Alpha version of the Apache Trusted Releases (ATR) platform.
 Please report any bugs or issues to the ASF Tooling team.
 
 The release candidate page, including downloads, can be found at:
diff --git a/atr/server.py b/atr/server.py
index a46320e..fa78a06 100644
--- a/atr/server.py
+++ b/atr/server.py
@@ -104,7 +104,7 @@ def app_setup_api_docs(app: base.QuartApp) -> None:
         app,
         info=quart_schema.Info(
             title="ATR API",
-            description="OpenAPI documentation for the Apache Trusted Release 
Platform.",
+            description="OpenAPI documentation for the Apache Trusted Releases 
(ATR) platform.",
             version=metadata.version,
         ),
         openapi_provider_class=ApiOnlyOpenAPIProvider,
diff --git a/atr/templates/index-committer.html 
b/atr/templates/index-committer.html
index a0532bc..14e8a36 100644
--- a/atr/templates/index-committer.html
+++ b/atr/templates/index-committer.html
@@ -28,7 +28,7 @@
 {% block content %}
   <h1>Select a release</h1>
   <p>
-    Welcome to the <strong>Apache Trusted Release</strong> (ATR) platform, 
designed to assist you through the process of releasing a new version of an 
Apache software project. Get started by selecting a release below.
+    Welcome to the <strong>Apache Trusted Releases</strong> (ATR) platform, 
designed to assist you through the process of releasing a new version of an 
Apache software project. Get started by selecting a release below.
   </p>
 
   {% if all_projects %}
diff --git a/atr/templates/index-public.html b/atr/templates/index-public.html
index 7dc0ebc..4a46a74 100644
--- a/atr/templates/index-public.html
+++ b/atr/templates/index-public.html
@@ -1,11 +1,11 @@
 {% extends "layouts/base.html" %}
 
 {% block title %}
-  Apache Trusted Release
+  Apache Trusted Releases
 {% endblock title %}
 
 {% block content %}
-  <h1>Apache Trusted Release</h1>
+  <h1>Apache Trusted Releases</h1>
   <div class="alert alert-info d-flex align-items-center" role="alert">
     <i class="bi bi-info-circle me-2"></i>
     <div>Please login with your ASF account in order to use this 
platform.</div>
diff --git a/atr/templates/tutorial.html b/atr/templates/tutorial.html
index 70b058e..145b9cd 100644
--- a/atr/templates/tutorial.html
+++ b/atr/templates/tutorial.html
@@ -19,7 +19,7 @@
 {% block content %}
   <h1>Tutorial for release managers</h1>
   <p>
-    The Apache Trusted Release (ATR) platform is under development; the 
current version may not precisely match the screenshots below.
+    The Apache Trusted Releases (ATR) platform is under development; the 
current version may not precisely match the screenshots below.
   </p>
   <p class="btn-group my-3" role="group" aria-label="Tutorial sections">
     <a href="#compose" class="btn btn-outline-secondary">Compose</a>
diff --git a/pyproject.toml b/pyproject.toml
index 6f08b1f..0a7bffa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [project]
-name = "tooling-trusted-release"
+name = "tooling-trusted-releases"
 version = "0.0.1"
-description = "Apache Trusted Release Platform"
+description = "Apache Trusted Releases"
 authors = [
   { name = "ASF Tooling", email = "[email protected]" }
 ]


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

Reply via email to