Skip to content

Commit 1cbd5c6

Browse files
committed
Escape < in text with \ to avoid html parsing error.
1 parent ead3be0 commit 1cbd5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_docs/RELEASE_PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For more information on the HDF5 versioning and backward and forward compatibili
8585
- or create the new branch in GitHub GUI.
8686
4. Check that required CMake files point to the specific versions of the third-party software (szip, zlib and plugins) that they depend on.
8787
- Update as needed.
88-
5. Change the **support** branch to X.Y.{Z+1}-1 (<dash>1) using the [bin/h5vers][u10] script:
88+
5. Change the **support** branch to X.Y.{Z+1}-1 (\<dash>1) using the [bin/h5vers][u10] script:
8989
- `$ git checkout hdf5_X_Y`
9090
- `$ bin/h5vers -s X.Y.{Z+1}-1;`
9191
- `$ git commit -m "Updated support branch version number to X.Y.{Z+1}-1"`

0 commit comments

Comments
 (0)