You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/05/29 11:06:38 UTC

[creadur-site] 02/04: Update howto

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 f77537b01f715ce45ed1902cd212c41f1527f754
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun May 29 13:05:00 2022 +0200

    Update howto
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 21a14a7..b887560 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@ $ mvn clean site:site site:stage
 $ cd ../creadur-site
 $ cp -rvf ../creadur-rat/target/staging/* ./rat/
 
+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 RAT"
 ```
 
 *WARNING!* This will sync the current master branch/SNAPSHOT version of the homepage if not run on the release branch
@@ -34,6 +36,10 @@ Verify contents under target/staging
 $ cd ../creadur-site
 $ mkdir rat014
 $ cp -rvf ../creadur-rat/target/staging/* ./rat014/
+
+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.14"
 ```
 
 This will allow a preview of the release site build at [rat014](./rat014)