From 4f72e2208c994d9279d832ba8abe791b787de38e Mon Sep 17 00:00:00 2001 From: Klaus Muller Date: Sun, 16 Jul 2023 18:46:15 +0200 Subject: [PATCH] feat(CCO-143): add backstage config --- .backstage/component.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .backstage/component.yaml diff --git a/.backstage/component.yaml b/.backstage/component.yaml new file mode 100644 index 0000000..0ed050a --- /dev/null +++ b/.backstage/component.yaml @@ -0,0 +1,12 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: monta-go + description: Go library to integrate with Monta + annotations: + github.com/project-slug: einride/monta-go + github.com/team-slug: einride/team-charge-control +spec: + type: library + lifecycle: production + owner: team-charge-control \ No newline at end of file