From 47f646e2442f152b67ebd7529c23998ea99baaf9 Mon Sep 17 00:00:00 2001 From: Matthew McCormick Date: Mon, 20 Jan 2025 12:40:37 -0500 Subject: [PATCH] DOC: Clarify MAJOR_VERSION is a variable In the release process documentation. Follow-up to #5142. --- Documentation/Maintenance/Release.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Maintenance/Release.md b/Documentation/Maintenance/Release.md index 639cc76408c..6617835d181 100644 --- a/Documentation/Maintenance/Release.md +++ b/Documentation/Maintenance/Release.md @@ -719,16 +719,16 @@ Generate Doxygen Documentation Note: links to the nightly generated Doxygen can be found in the footer of the Doxygen HTML pages. Use the files to upload and create: - * `InsightDoxygenDocTag-MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.gz` - * `InsightDoxygenXml-MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.tar.gz` - * `InsightDoxygenDocHtml-MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.tar.gz.` + * `InsightDoxygenDocTag-$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.gz` + * `InsightDoxygenXml-$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.tar.gz` + * `InsightDoxygenDocHtml-$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.tar.gz.` Prior to the release, new `Remote` modules should be enabled in the Doxygen build's configuration. Download the tarballs from the `latest` [ITKDoxygen Release] and rename the files to use the current version. Create a new [ITKDoxygen Release] with the files on a -`vMAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION` tag. +`v$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION` tag. ReadTheDocs will automatically generate a new rendered version based on this tagged release.