From be1ee67a4cf296ac73e420f2470407ebad898ee0 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Tue, 10 Oct 2023 10:01:52 -0400 Subject: [PATCH] feat: Add ora2 to the list of edx-platform installed apps. --- CHANGELOG.rst | 5 +++++ edx_arch_experiments/__init__.py | 2 +- edx_arch_experiments/scripts/generate_code_owner_mappings.py | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7375083..f02ddb4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,11 @@ Unreleased * Add script to get github action errors * Add script to republish failed events +[2.1.0] - 2023-10-10 +~~~~~~~~~~~~~~~~~~~~ + +* Add ORA2 to our code owner mapping script. + [2.0.0] - 2023-06-01 ~~~~~~~~~~~~~~~~~~~~ diff --git a/edx_arch_experiments/__init__.py b/edx_arch_experiments/__init__.py index 71ff168..efb7336 100644 --- a/edx_arch_experiments/__init__.py +++ b/edx_arch_experiments/__init__.py @@ -2,4 +2,4 @@ A plugin to include applications under development by the architecture team at 2U. """ -__version__ = '2.0.0' +__version__ = '2.1.0' diff --git a/edx_arch_experiments/scripts/generate_code_owner_mappings.py b/edx_arch_experiments/scripts/generate_code_owner_mappings.py index 4026da0..8f7076f 100644 --- a/edx_arch_experiments/scripts/generate_code_owner_mappings.py +++ b/edx_arch_experiments/scripts/generate_code_owner_mappings.py @@ -44,6 +44,7 @@ 'learning_assistant': 'https://github.com/edx/learning-assistant', 'lti_consumer': 'https://github.com/openedx/xblock-lti-consumer', 'notices': 'https://github.com/edx/platform-plugin-notices', + 'ora2': 'https://github.com/openedx/edx-ora2', 'organizations': 'https://github.com/openedx/edx-organizations', 'search': 'https://github.com/openedx/edx-search', 'super_csv': 'https://github.com/openedx/super-csv',