From a0c435f568dc51b8946d28a7ed1e459b7a2d63ff Mon Sep 17 00:00:00 2001 From: salman2013 Date: Mon, 20 Nov 2023 15:15:53 +0500 Subject: [PATCH] chore: fix comment as per review --- catalog-info.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index b6206f32..88dcb9d4 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -6,12 +6,6 @@ kind: "Component" metadata: name: 'edx-notes-api' description: "A backend store for edX Student Notes" - annotations: - # (Optional) Annotation keys and values can be whatever you want. - # We use it in Open edX repos to have a comma-separated list of GitHub user - # names that might be interested in changes to the architecture of this - # component. - openedx.org/arch-interest-groups: "" spec: # (Required) This can be a group(`group:` or a user(`user:`) @@ -21,4 +15,5 @@ spec: type: 'library' # (Required) Acceptable Lifecycle Values: experimental, production, deprecated - lifecycle: 'production' \ No newline at end of file + lifecycle: 'production' + \ No newline at end of file