From e4e80db2b3d8a3235e4cb9358d566b3570409723 Mon Sep 17 00:00:00 2001 From: Diana Olarte Date: Thu, 11 Jul 2024 08:24:13 +1000 Subject: [PATCH] build: Add structured Maintainers information (#569) --- catalog-info.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 catalog-info.yml diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 000000000..f7daaa89a --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,13 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'frontend-build' + description: "Common build scripts and tooling for Open edX micro-frontends." + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:committers-frontend-build + type: 'library' + lifecycle: 'production'