From e3ec3ed9eb6de4f60a5c295fed61fa14c52c5445 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Fri, 23 Aug 2024 07:19:41 +0100 Subject: [PATCH] add testing section --- docs/bioformats-release-process.rst | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/bioformats-release-process.rst b/docs/bioformats-release-process.rst index 9b4112c..3808d57 100644 --- a/docs/bioformats-release-process.rst +++ b/docs/bioformats-release-process.rst @@ -56,8 +56,26 @@ An hourly cron job runs on our virtual machine and copy the artifacts published Close the milestone if any and add new one if needed. +Testing the artifacts +--------------------- + +To test the artifacts published, + - Test the `bio-formats-command-line-tools `_. + - Test `MATLAB (only) `_. + - Test `Fiji Plugin `_ + - Check the schema version using the command line tools:: + $ ./bfconvert B.ome.tiff + $ ./tiffcomment B.ome.tiff + Check that the schema version in OME-XML be ``2016-06`` + + +If an error occurs during the testing: + - Delete the release and the tag on GitHub. + - Delete the artifacts on `OME artifactory`_. + - Delete the folder corresponding to the latest release under `Bio-Formats Downloads`_, if it has already been created. + Bio-Formats examples release ---------------------------- +---------------------------- Before making a release, merge all contributions on the ``master`` branch of `Bio-Formats Examples `_.