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/08/31 19:40:46 UTC

[creadur-site] branch asf-site updated: RAT-306: Add note about how to prevent 404 during releases

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7a9b431  RAT-306: Add note about how to prevent 404 during releases
7a9b431 is described below

commit 7a9b431e076d1feaf0402c82053f39d8fb103d5f
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed Aug 31 21:40:41 2022 +0200

    RAT-306: Add note about how to prevent 404 during releases
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index b887560..9270a33 100644
--- a/README.md
+++ b/README.md
@@ -43,3 +43,12 @@ $ git commit -am "Push new preview version of RAT 0.14"
 ```
 
 This will allow a preview of the release site build at [rat014](./rat014)
+
+### Release Notes / RAT-306
+
+Make sure that https://creadur.apache.org/rat/RELEASE_NOTES.txt does not yield a 404.
+RAT's changelog consists of 2 versions:
+* [generated changelog of the current release](https://github.com/apache/creadur-rat/blob/master/RELEASE-NOTES.txt)
+* [complete/historical changelog](https://github.com/apache/creadur-rat/blob/master/RELEASE_NOTES.txt)
+
+Usually it helps to copy over the release-generated version into the subfolder /rat of this project