From 5cfc03681896b78e5bb6fa90fd301205f90ee1b4 Mon Sep 17 00:00:00 2001 From: news-VPetrov <75625390+news-vpetrov@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:32:17 +0100 Subject: [PATCH] feat: add catalog-info.yaml --- catalog-info.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..0f9d420 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: times-release-notifications + description: Component for times-release-notifications + annotations: + circleci.com/project-slug: github/newsuk/times-release-notifications + backstage.io/source-location: url:https://github.com/newsuk/times-release-notifications/ + github.com/team-slug: newsuk/times-release-notifications + backstage.io/techdocs-ref: dir:. + backstage.io/productivity-hub-metrics-enabled: 'true' + tags: + - bu:newsuk +spec: + type: service + lifecycle: production + \ No newline at end of file