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

pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git

commit 52966b718cb6267b800704e640eaadd9cffdfc45
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Jan 29 23:30:44 2024 +0100

    Add whisker and update to latest RAT release on links
---
 README.md | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 594b32f1..a0e8a300 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,20 @@ $ git commit -am "Update site build for TENTACLES"
 ```
 Have a look in [TENTACLES-buildtools 
folder](https://github.com/apache/creadur-tentacles/tree/master/.buildtools) if 
you want to generate a preview webpage.
 
+### Whisker
+
+Same, but:
+```
+$ cd creadur-whisker
+$ mvn clean site:site site:stage
+$ cd ../creadur-site
+$ cp -rvf ../creadur-whisker/target/staging/* ./whisker/
+
+Make sure to manually adapt download pages as they need to reference the 
current release and SNAPSHOT versions!
+$ git commit -am "Update site build for WHISKER"
+```
+Have a look in [WHISKER-buildtools 
folder](https://github.com/apache/creadur-whisker/tree/master/.buildtools) if 
you want to generate a preview webpage.
+
 ## Releases
 
 Due to problems when generating Javadoc do only use JDK16! Newer versions run 
into NPE during path traversal.
@@ -52,21 +66,20 @@ $ mvn site:site site:stage
 
 ```
 $ cd creadur-rat
-$ git checkout apache-rat-project-0.16
+$ git checkout apache-rat-project-0.16.1
 $ mvn clean site:site site:stage
 
 Verify contents under target/staging
 
 $ cd ../creadur-site
 $ mkdir rat016
-$ cp -rvf ../creadur-rat/target/staging/* ./rat016/
+$ cp -rvf ../creadur-rat/target/staging/* ./rat0161/
 
 Make sure to manually adapt download pages as they need to reference the 
current release and SNAPSHOT versions!
 
-$ git commit -am "Push new preview version of RAT 0.16"
+$ git commit -am "Push new preview version of RAT 0.16.1"
 ```
-
-This will allow a preview of the release site build at [rat016](./rat016)
+This will allow a preview of the release site build at [rat0161](./rat0161)
 
 ### Release Notes / RAT-306
 

Reply via email to