You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2020/08/03 10:59:04 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: adjust documentation how to publish latest release documentation

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 725276d  adjust documentation how to publish latest release documentation
725276d is described below

commit 725276dbb3f51b8845aa80eac4beeb2bcdd1b127
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Aug 3 12:58:54 2020 +0200

    adjust documentation how to publish latest release documentation
---
 src/site/README.md | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/site/README.md b/src/site/README.md
index c608b37..7eda8e4 100644
--- a/src/site/README.md
+++ b/src/site/README.md
@@ -50,14 +50,18 @@ credentials needed since deployment is done via svn commit to
 Update Documentation After Release
 ==================================
 
-1. Deploy the site of the released version as described above
+1. Adjust the links to the site versions in `src/site/site.xml`
 
-2. copy the released version to the current one:
+2. Deploy the site of the released version as described above (by switching to the release tag)
+
+3. Copy the released version to the current one:
 
   ```
   $ svn rm https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin
-  $ svn cp https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin-archives/${project.version| \
+  $ svn cp https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin-archives/${project.version} \
            https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault-package-maven-plugin
   ```
-  
-3. deploy the snapshot site
\ No newline at end of file
+
+4. Commit the changes from 1.
+
+5. deploy the snapshot site
\ No newline at end of file