From 551c57038f770a02b19133733d07f607e6c93433 Mon Sep 17 00:00:00 2001 From: "bitgo-backstage[bot]" <259133846+bitgo-backstage[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:24:28 +0000 Subject: [PATCH] chore: add catalog-info.yaml for Backstage developer portal TICKET: VL-4315 --- catalog-info.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000..485b94acc8 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +# Backstage catalog descriptor. Update this file to enrich your service's entry in the developer portal. +# Full field reference: https://backstage.io/docs/features/software-catalog/descriptor-format/ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: BitGoJS + annotations: + github.com/project-slug: BitGo/BitGoJS +spec: + # The primary purpose of this component. If this repo serves multiple purposes + # (e.g. both a deployable service and a published library), set this to whichever + # role is most significant. Valid values: service, library, website, documentation, other. + type: other + lifecycle: production + owner: group:coins