diff --git a/catalog-info.yaml b/catalog-info.yaml index 5442ce33..5f05098c 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -14,7 +14,7 @@ metadata: annotations: # (Optional) We use the below annotation to indicate whether or not this # repository should be tagged for openedx releases and which branch is tagged. - openedx.org/release: null + openedx.org/release: "master" 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 ef2a746b..00000000 --- a/openedx.yaml +++ /dev/null @@ -1,20 +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 - -nick: rept -openedx-release: {ref: master} -oeps: - oep-3: {applicable: false} - oep-4: {applicable: false} - oep-5: - state: false - oep-6: {applicable: false} - oep-9: {applicable: false} - oep-11: {applicable: false} - oep-12: {applicable: false} - oep-14: {applicable: false} - oep-18: false - -owner: nedbat -supporting_teams: edx/openedx-tooling -tags: [tools]