From 1dc8aed9b63fbf2ffb0cb4619519132a08b7e12b Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Sat, 20 Apr 2024 15:36:34 -0500 Subject: [PATCH] Fixing string in RELEASE_PROCESS.md that is causing a doxygen error - (#4430) Unsupported xml/html tag found. --- release_docs/RELEASE_PROCESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_docs/RELEASE_PROCESS.md b/release_docs/RELEASE_PROCESS.md index 0fcc9d7a00f..e371dab6a42 100644 --- a/release_docs/RELEASE_PROCESS.md +++ b/release_docs/RELEASE_PROCESS.md @@ -120,7 +120,7 @@ For more information on the HDF5 versioning and backward and forward compatibili - Follow the [How to sign binaries with digital certificates(this is missing)]() work instructions to sign each Windows and Mac binary package with a digital certificate. 12. Once binaries are ready to be tested, send an e-mail notification or update the Confluence test dashboard page indicating source and binary test assignments and when results should be made available. 13. Use the pre-release source packages to build and test HDF5 on assigned platforms by hand. Build both shared and static libraries, Fortran, C++, and szip, and any additional configurations required on specific remote platforms based on customer support needs. -14. Use the pre-release binary packages found in /mnt/scr1/pre-release/hdf5/vXYZ/pre/binaries/{UNIX, Windows} to test according to the binary testing procedures for your assigned platforms. +14. Use the pre-release binary packages found in /mnt/scr1/pre-release/hdf5/vXYZ/pre-\/binaries/{UNIX, Windows} to test according to the binary testing procedures for your assigned platforms. 15. Scripted Testing: - UNIX: [Scripted Binary Testing of HDF5 on UNIX systems (this is missing)]() - Windows: [Testing HDF5 Binaries(this is missing)]()