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'