Skip to content

Commit df7c196

Browse files
committed
make use of "version" string in "making releases" doc #10618
1 parent ae03e73 commit df7c196

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/sphinx-guides/source/developers/making-releases.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ Make the following changes in the release branch.
135135
Increment the version number to the milestone (e.g. 5.10.1) in the following two files:
136136

137137
- modules/dataverse-parent/pom.xml -> ``<properties>`` -> ``<revision>`` (e.g. `pom.xml commit <https://github.com/IQSS/dataverse/commit/3943aa0>`_)
138-
- doc/sphinx-guides/source/conf.py (two places, e.g. `conf.py commit <https://github.com/IQSS/dataverse/commit/18fd296>`_)
138+
- doc/sphinx-guides/source/conf.py
139139

140-
Add the version being released to the lists in the following file:
140+
In the following ``versions.rst`` file:
141141

142-
- doc/sphinx-guides/source/versions.rst (e.g. `versions.rst commit <https://github.com/IQSS/dataverse/commit/0511245>`_)
142+
- doc/sphinx-guides/source/versions.rst - Below the ``- |version|`` bullet (``|version|`` comes from the ``conf.py`` file you just edited), add a bullet for what is soon to be the previous release.
143143

144144
Return to the parent pom and make the following change, which is necessary for proper tagging of images:
145145

doc/sphinx-guides/source/versions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dataverse Software Documentation Versions
77
This list provides a way to refer to the documentation for previous and future versions of the Dataverse Software. In order to learn more about the updates delivered from one version to another, visit the `Releases <https://github.com/IQSS/dataverse/releases>`__ page in our GitHub repo.
88

99
- pre-release `HTML (not final!) <http://preview.guides.gdcc.io/en/develop/>`__ and `PDF (experimental!) <http://preview.guides.gdcc.io/_/downloads/en/develop/pdf/>`__ built from the :doc:`develop </developers/version-control>` branch :doc:`(how to contribute!) </contributor/documentation>`
10-
- 6.6
10+
- |version|
1111
- `6.5 </en/6.5/>`__
1212
- `6.4 </en/6.4/>`__
1313
- `6.3 </en/6.3/>`__

0 commit comments

Comments
 (0)