From 8de300d367d580e69a3abf7004cbc17d4aa91c17 Mon Sep 17 00:00:00 2001 From: Dev Batwada Date: Fri, 20 Mar 2026 02:05:45 +0530 Subject: [PATCH] chore: add Backstage catalog-info.yaml for service discovery --- catalog-info.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000..04357fdc7e --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,20 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: react-select + description: Testing, feedback and PRs for the new version are appreciated + annotations: + github.com/project-slug: Spaced-Out/react-select + backstage.io/techdocs-ref: dir:. + tags: + - nodejs + - react + links: + - url: https://github.com/Spaced-Out/react-select + title: GitHub Repository + icon: github +spec: + type: library + lifecycle: production + owner: group:default/sense-engineering + system: system:default/other