Skip to content

Commit 19dbc68

Browse files
committed
various tweaks
1 parent c21c05e commit 19dbc68

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

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

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,22 @@ The build number will appear in ``/api/info/version`` (along with the commit men
284284
Build Installer (dvinstall.zip)
285285
-------------------------------
286286

287-
- In a git checkout of the dataverse source switch to the master branch and pull the latest.
288-
- Copy the war file from the previous step to the ``target`` directory in the root of the repo (create it, if necessary):
289-
- ``mkdir target``
290-
- ``cp /tmp/dataverse-6.10.1.war target``
291-
- ``cd scripts/installer``
292-
- ``make clean``
293-
- ``make``
287+
In a git checkout of the source, switch to the master branch and pull the latest.
288+
289+
Copy the war file from the previous step (shown in ``/tmp`` in the example below ) to the ``target`` directory in the root of the repo (create the ``target`` directory, if necessary):
290+
291+
.. code-block:: bash
292+
293+
mkdir target
294+
cp /tmp/dataverse-6.10.1.war target
295+
296+
Then, create the installer:
297+
298+
.. code-block:: bash
299+
300+
cd scripts/installer
301+
make clean
302+
make
294303
295304
A zip file called ``dvinstall.zip`` should be produced.
296305

@@ -299,7 +308,7 @@ Create a Draft Release on GitHub
299308

300309
Go to https://github.com/IQSS/dataverse/releases/new to start creating a draft release.
301310

302-
- Under "Select tag" you will be creating a new tag. Have it start with a "v" such as ``v6.10.1``. Click "Create new tag". Don't worry, this won't happen until you publish.
311+
- Under "Select tag" you will be creating a new tag. Have it start with a "v" such as ``v6.10.1``. Click "Create new tag". Don't worry, the tag won't be created until you publish.
303312
- Under "Target", choose "master". This commit will appear in ``/api/info/version`` from a running installation.
304313
- Under "Release title" use the same name as the tag such as ``v6.10.1``.
305314
- In the description, copy and paste the content from the release notes .md file created in the "Write Release Notes" steps above.

0 commit comments

Comments
 (0)