From 71e0d6486a47435fc183712aed8a703c41308ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Laleve=CC=81e?= Date: Sun, 22 Apr 2018 20:21:16 +0200 Subject: [PATCH] Update the release instruction for asciidoc documentation --- asciidoc/dev/makerelease.adoc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/asciidoc/dev/makerelease.adoc b/asciidoc/dev/makerelease.adoc index a4695085..de649cca 100644 --- a/asciidoc/dev/makerelease.adoc +++ b/asciidoc/dev/makerelease.adoc @@ -215,19 +215,11 @@ The just release documentation should be added to the site. To do so, you need t } ---- -. generate the part of the site for the new version: +. from the distribution just released, install the doc into the site + [source, shell] ---- -ant checkout-history -Dhistory.version=2.0.0-beta1 -ant generate-history -Dhistory.version=2.0.0-beta1 ----- - -. if the 'latest-milestone' needs to be update too, run: -+ -[source,shell] ----- -ant checkout-history -Dhistory.version=2.0.0-beta1 -Dtarget.history.folder=latest-milestone +ant install-doc -Dhistory.version=2.5.0-rc1 -Divy-dist.zip.url=https://dist.apache.org/repos/dist/release/ant/ivy/2.5.0-rc1/apache-ivy-2.5.0-rc1-bin.zip ---- Now let's generate the website with the new toc: