From 66caf93221dd5594db0853c2bec99bc122462cec 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:18:32 +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 0000000..a51f19f --- /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: install-github-release-binary + annotations: + github.com/project-slug: BitGo/install-github-release-binary +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:velocity