From bb662a43a99c8ef8bd98fdd013bdaeba3f7dee36 Mon Sep 17 00:00:00 2001 From: Balaji Ganesan Date: Thu, 6 Aug 2026 13:34:24 -0700 Subject: [PATCH] feat(release): register nvcf-ui as a releasable subproject nvcf-ui has a Bazel matrix row but no release entry, so `github-release auto` never considers it and no src/uis/nvcf-ui/v* tag is ever cut. The release lane waiting for that tag in nvcf-internal would sit idle forever. Registering it yields tag prefix src/uis/nvcf-ui/v from default_tag_format, which is what the nvcf-internal config expects. Note the generated_by header on this file is stale: tools/generate-subproject-ci and tools/ci/subproject-validations.yaml no longer exist in this repo, so the file is maintained by hand. Co-authored-by: Balaji Ganesan --- tools/ci/github-release-subprojects.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/ci/github-release-subprojects.json b/tools/ci/github-release-subprojects.json index e7b93e85b..7ccd68886 100644 --- a/tools/ci/github-release-subprojects.json +++ b/tools/ci/github-release-subprojects.json @@ -272,6 +272,11 @@ "id": "instance-cluster-management", "path": "src/control-plane-services/instance-cluster-management", "service_name": "nvcf-instance-cluster-management" + }, + { + "id": "nvcf-ui", + "path": "src/uis/nvcf-ui", + "service_name": "nvcf-ui" } ] }