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-releases.git
The following commit(s) were added to refs/heads/main by this push:
new ea77ae4 Change string quotes in COMMITTERS_MAY_RELEASE_COMMITTEES
ea77ae4 is described below
commit ea77ae487a5439d5346d7f8844b719dd70bb5464
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Jan 29 13:53:09 2026 -0800
Change string quotes in COMMITTERS_MAY_RELEASE_COMMITTEES
Updated string quotes from single to double quotes for consistency.
---
atr/registry.py | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/atr/registry.py b/atr/registry.py
index 593b627..2caa164 100644
--- a/atr/registry.py
+++ b/atr/registry.py
@@ -46,16 +46,16 @@ FORBIDDEN_PROJECT_CATEGORIES: Final[set[str]] = {
# Changed roughly once a year.
COMMITTERS_MAY_RELEASE_COMMITTEES: Final[frozenset[str]] = frozenset(
{
- 'bookkeeper',
- 'calcite',
- 'camel',
- 'commons',
- 'couchdb',
- 'druid',
- 'hive',
- 'lucene',
- 'solr',
- 'zookeeper',
+ "bookkeeper",
+ "calcite",
+ "camel",
+ "commons",
+ "couchdb",
+ "druid",
+ "hive",
+ "lucene",
+ "solr",
+ "zookeeper",
}
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]