Terminology change: monorepo -> super-repo

This commit is contained in:
Joseph Macaranas
2025-08-02 22:23:24 -04:00
rodzic 153f71fb0d
commit 870dc948b1
20 zmienionych plików z 109 dodań i 184 usunięć
+1 -1
Wyświetl plik
@@ -32,7 +32,7 @@ class RepoEntry(BaseModel):
name : Name of the project matching packaging file names. Lower-cased and no underscores. (e.g., "rocblas")
url : Individual GitHub org plus repo names in matching case and punctuation. (e.g., "ROCm/rocBLAS")
branch : The base branch of the sub-repo to target (e.g., "develop").
category : Directory category in the monorepo (e.g., "projects" or "shared").
category : Directory category in the super-repo (e.g., "projects" or "shared").
"""
name: str
url: str