From 7d0e4fa21f7eda684985f002c2434f909bdf31ab Mon Sep 17 00:00:00 2001 From: Ray Stefancsik Date: Wed, 15 May 2024 12:24:12 +0100 Subject: [PATCH] Update ReleaseWorkflow document Update the list of release product to be included in the release assets. --- docs/odk-workflows/ReleaseWorkflow.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/docs/odk-workflows/ReleaseWorkflow.md b/docs/odk-workflows/ReleaseWorkflow.md index 54c4cc1d..8029d2f1 100644 --- a/docs/odk-workflows/ReleaseWorkflow.md +++ b/docs/odk-workflows/ReleaseWorkflow.md @@ -61,22 +61,19 @@ Once your [CI checks](ContinuousIntegration.md) have passed, and your reviews ar Use the [github web interface](https://docs.github.com/repositories/releasing-projects-on-github/managing-releases-in-a-repository?tool=webui) to create a new OBA release. -- There should be 15 recently modified files in the root directory of the local copy of the repo: +- There should be 12 recently modified files in the root directory of the local copy of the repo: 1. oba-base.json 2. oba-base.obo 3. oba-base.owl - 4. oba-baseplus.json - 5. oba-baseplus.obo - 6. oba-baseplus.owl - 7. oba-basic.json - 8. oba-basic.obo - 9. oba-basic.owl - 10. oba-full.json - 11. oba-full.obo - 12. oba-full.owl - 13. oba.json - 14. oba.obo - 15. oba.owl + 4. oba-basic.json + 5. oba-basic.obo + 6. oba-basic.owl + 7. oba-full.json + 8. oba-full.obo + 9. oba-full.owl + 10. oba.json + 11. oba.obo + 12. oba.owl - NOTE: GitHub imposes size constraints on repositories. The combined size of the OBA artefacts exceeds the GitHub imposed size limit. For this reason, some of the large release artefact files are not under GitHub version control. However, **all the 15 newly created ontology artefact files need to be included in the public release as binary files**. For background information on release artefacts, see - [OWL, OBO, JSON? Base, simple, full, basic? What should you use, and why?](https://oboacademy.github.io/obook/explanation/owl-format-variants/)