diff --git a/catalog-info.yaml b/catalog-info.yaml index da0ad34..a1dc820 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -12,6 +12,7 @@ metadata: # names that might be interested in changes to the architecture of this # component. openedx.org/arch-interest-groups: "" + openedx.org/release: "main" spec: # (Required) This can be a group(`group:` or a user(`user:`) diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 2785759..0000000 --- a/openedx.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# This file describes this Open edX repo, as described in OEP-2: -# https://open-edx-proposals.readthedocs.io/en/latest/oep-0002-bp-repo-metadata.html#specification - ---- -oeps: - oep-2: true - oep-3: - state: false - reason: TODO - Implement for this application if appropriate - oep-5: - state: false - reason: TODO - Implement for this application if appropriate - oep-18: true - oep-30: - state: true -openedx-release: - # The openedx-release key is described in OEP-10: - # https://open-edx-proposals.readthedocs.io/en/latest/oep-0010-proc-openedx-releases.html - # The FAQ might also be helpful: https://openedx.atlassian.net/wiki/spaces/COMM/pages/1331268879/Open+edX+Release+FAQ - # Note: This will only work if the repo is in the `openedx` org in github. Repos in other orgs that have this - # setting will still be treated as if they don't want to be part of the Open edX releases. - maybe: true # Delete this "maybe" line when you have decided about Open edX inclusion. - ref: main