From 4ea5081dedf82c61ab168c49ae2818a1ea65a5f6 Mon Sep 17 00:00:00 2001 From: Felipe Menino Date: Sun, 17 Jul 2022 14:27:22 -0300 Subject: [PATCH] package: updating readme and disabling (temporary) the automated tests --- .github/{workflows => workflows-disabled}/tests.yml | 0 README.rst | 9 +++++++++ 2 files changed, 9 insertions(+) rename .github/{workflows => workflows-disabled}/tests.yml (100%) diff --git a/.github/workflows/tests.yml b/.github/workflows-disabled/tests.yml similarity index 100% rename from .github/workflows/tests.yml rename to .github/workflows-disabled/tests.yml diff --git a/README.rst b/README.rst index a4a1f83a..243ac07a 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,15 @@ This repository is a fork from the `Invenio RDM Records `_ for making this mature software available to the entire community. +Versioning +========== + +This fork is intended to make a few changes to the original source code. In general, we are working on adding extension points that can be used through configuration variables. With these specific changes, we can inject custom code (e.g., `Record class`, `Service class`, `Schemas`) and avoid abrupt changes to the package. + +Since these changes don't require several iterations in the code, given the excellent quality and organization of Invenio RDM Records, we are not creating new versions of the package. Instead, we are creating releases in the commits to which we have made changes. These releases are aligned with the versions of the `GEO Knowledge Hub `_ package. + +We are following this approach to avoid conflicts between the modified code and the InvenioRDM modules that depend on Invenio RDM Records. + Development ===========