Skip to content

Commit 66caf93

Browse files
chore: add catalog-info.yaml for Backstage developer portal
TICKET: VL-4315
1 parent f81cfc9 commit 66caf93

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

catalog-info.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Backstage catalog descriptor. Update this file to enrich your service's entry in the developer portal.
2+
# Full field reference: https://backstage.io/docs/features/software-catalog/descriptor-format/
3+
apiVersion: backstage.io/v1alpha1
4+
kind: Component
5+
metadata:
6+
name: install-github-release-binary
7+
annotations:
8+
github.com/project-slug: BitGo/install-github-release-binary
9+
spec:
10+
# The primary purpose of this component. If this repo serves multiple purposes
11+
# (e.g. both a deployable service and a published library), set this to whichever
12+
# role is most significant. Valid values: service, library, website, documentation, other.
13+
type: other
14+
lifecycle: production
15+
owner: group:velocity

0 commit comments

Comments
 (0)