From ae82f9cf9637b8c2d5e2c1361074b388b7432403 Mon Sep 17 00:00:00 2001 From: Ivan Kerin Date: Thu, 20 Aug 2026 10:49:08 +0530 Subject: [PATCH] catalog: add a human-readable metadata.title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds `metadata.title` to the catalog entity so the internal developer portal shows a readable product name instead of the raw entity id. - catalog-info.yaml Component/featbit-android-sdk -> FeatBit Android SDK Metadata only — no code, config, or behaviour changes. Co-Authored-By: Claude Opus 5 (1M context) --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index f760ae5..8b7bc61 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -2,6 +2,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: featbit-android-sdk + title: FeatBit Android SDK description: FeatBit client-side feature-flag SDK for Kotlin/Android (based on FeatBit's .NET client SDK) annotations: github.com/project-slug: Fluent-Health/featbit-android-sdk