Skip to content

Commit 259ad17

Browse files
authored
Merge pull request InsightSoftwareConsortium#5145 from thewtex/release-major-var
DOC: Clarify MAJOR_VERSION is a variable
2 parents 06484b7 + 47f646e commit 259ad17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/Maintenance/Release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -719,16 +719,16 @@ Generate Doxygen Documentation
719719
Note: links to the nightly generated Doxygen can be found in the footer of the
720720
Doxygen HTML pages. Use the files to upload and create:
721721

722-
* `InsightDoxygenDocTag-MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.gz`
723-
* `InsightDoxygenXml-MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.tar.gz`
724-
* `InsightDoxygenDocHtml-MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.tar.gz.`
722+
* `InsightDoxygenDocTag-$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.gz`
723+
* `InsightDoxygenXml-$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.tar.gz`
724+
* `InsightDoxygenDocHtml-$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION.tar.gz.`
725725

726726
Prior to the release, new `Remote` modules should be enabled in the Doxygen
727727
build's configuration.
728728

729729
Download the tarballs from the `latest` [ITKDoxygen Release] and rename the files to use
730730
the current version. Create a new [ITKDoxygen Release] with the files on a
731-
`vMAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION` tag.
731+
`v$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION` tag.
732732

733733
ReadTheDocs will automatically generate a new rendered version based on this
734734
tagged release.

0 commit comments

Comments
 (0)