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 <[email protected]> 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)
