From 21200d50af5d68c27df2b94c12fa3e174a55a1ad Mon Sep 17 00:00:00 2001 From: Alexandre Thenorio Date: Tue, 8 Aug 2023 16:59:49 +0200 Subject: [PATCH] feat: add Backstage metadata --- .backstage/catalog-info.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .backstage/catalog-info.yaml diff --git a/.backstage/catalog-info.yaml b/.backstage/catalog-info.yaml new file mode 100644 index 0000000..71f8b53 --- /dev/null +++ b/.backstage/catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: here-go + description: | + Go SDK for the HERE Maps API. + annotations: + github.com/project-slug: einride/here-go + github.com/team-slug: einride/team-cloud-control + backstage.io/source-location: url:https://github.com/einride/here-go/tree/master/ +spec: + type: library + lifecycle: production + owner: team-cloud-control